From: "PEAR Announce" on
The new PEAR package VersionControl_Git-0.4.2 (alpha) has been released at http://pear.php.net/.

Release notes
-------------
- Fixed a sentence of comment in the Git/Util/Command.php is not valid English (http://github.com/ebihara/VersionControl_Git/issues/closed#issue/4)
- Rename Git::initialRepository() to Git::initRepository(). For backward compatibility reason, Git::initialRepository() is now alias of Git::initRepository() (http://github.com/ebihara/VersionControl_Git/issues/closed#issue/5)
- Removed fixtures.tar.gz from packaged version (http://github.com/ebihara/VersionControl_Git/issues/closed#issue/6, http://github.com/ebihara/VersionControl_Git/issues/closed#issue/7)

Package Info
------------
VersionControl_Git is a library that provides OO interface to handle Git repository.
You can use Git command via the wrapper class. Some features are provided by high-featured interface.

Related Links
-------------
Package home: http://pear.php.net/package/VersionControl_Git
Changelog: http://pear.php.net/package/VersionControl_Git/download/0.4.2
Download: http://download.pear.php.net/package/VersionControl_Git-0.4.2.tgz

Authors
-------
Kousuke Ebihara <kousuke(a)co3k.org> (lead)