Home » Version Control » VersionControl_Git
Provides OO interface to handle Git repository
This package is unmaintained.
Download latest release 0.5.0 (there is a newer Composer installable version)
License: Apache License
Description
A library that provides an object-oriented interface to handle Git repositories.
The "git" command is utilized via the wrapper class.
Documentation
Maintainers
- Kousuke Ebihara (ebihara) — lead, active
Dependencies
Required
- PHP (>= 5.1)
- PEAR Installer (>= 1.4.0)
Releases
- 0.5.0 (alpha, 2017-08-23)
Release notes
License: Apache License
* Fix bug #18143: Objects now have its name (e.g. filename, directory name..) [ebihara]
* Fix bug #17911: Adde ability to guess path to git binary [ebihara]
* Fix bug #17912: Fix unit test that doesn't work on PHPUnit 3.5.0+ [ebihara]
* Fix bug #17802: Strip terminal escape sequense [ebihara]
* Fix bug #17911: Fix git paths in unit tests [ebihara]
* Fix bug #18270: Remove space between key and value of short-form options [farazdagi]
* Fix date test failures [cweiske]
* Add paths arguments from Git rev-list [Kirill chEbba Chebunin]
* Add composer.json [till]
* Add automated test runs with travis-ci.org [doconnor] - 0.4.4 (alpha, 2011-03-05)
- 0.4.3 (alpha, 2010-09-29)
Release notes
License: Apache License
* Fix Bug #17125: VersionControl_Git_Util_Command::execute() doesn't get stderr output [ebihara]
* Fix Bug #17402: Failed to VersionControl_Git_Util_CommandTest in before Git 1.6.2.5 [ebihara]
* Fix Bug #17403: Fail to test creating clone in before Git v1.6.0-rc1 [ebihara]
* Fix Bug #17404: Fail to init repository in before Git v1.5.5.6 [ebihara]
* Fix Bug #17406: Unable to clone into empty directory in before Git 1.6.2-rc0 [ebihara]
* Fix Bug #17910: VersionControl_Git_Util_Command::createCommandString() must be public [ebihara]
* Implement Feature #17283: Add ability to fetch remote branches [ebihara]
* Implement Feature #17401: Add ability to fetch Git version [ebihara] - 0.4.2 (alpha, 2010-02-05)
Release notes
License: Apache License
- 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)
Bugs
| ID | Status | Type | Version | Date | Summary |
|---|---|---|---|---|---|
| #17125 | Closed | Bug | 0.4.2 | 2010-02-17 | VersionControl_Git_Util_Command::execute() doesn't get stderr output |
| #17283 | Closed | Req | 0.4.2 | 2010-03-31 | Add ability to fetch remote branches |
| #17401 | Closed | Req | SVN | 2010-05-18 | Add ability to fetch Git version |
| #17402 | Closed | Bug | SVN | 2010-05-18 | Failed to VersionControl_Git_Util_CommandTest in before Git 1.6.2.5 |
| #17403 | Closed | Bug | 2010-05-18 | Fail to test creating clone in before Git v1.6.0-rc1 | |
| #17404 | Closed | Bug | SVN | 2010-05-18 | Fail to init repository in before Git v1.5.5.6 |
| #17406 | Closed | Bug | SVN | 2010-05-18 | Unable to clone into empty directory in before Git 1.6.2-rc0 |
| #17802 | Closed | Bug | 0.4.2 | 2010-08-23 | Unit Test Failures on Date Information |
| #17910 | Closed | Bug | 0.4.2 | 2010-09-29 | VersionControl_Git_Util_Command::createCommandString() must be public |
| #17911 | Assigned | Req | 2010-09-29 | Add ability to guess path to Git binary | |
| #17912 | Closed | Bug | 0.4.3 | 2010-09-29 | Unit test doesn't work on PHPUnit 3.5.0 |
| #18143 | Closed | Req | 2010-12-25 | Changed all object to have human-readable "name" | |
| #18144 | Open | Req | 2010-12-25 | Add support for Tag object | |
| #18270 | Closed | Bug | SVN | 2011-02-13 | VersionControl_Git_Util_Command don't create valid short-form option |
| #19383 | Closed | Bug | 0.4.4 | 2012-04-16 | getCommits @return is wrong |
| #19385 | Open | Req | 0.4.4 | 2012-04-17 | omit Command::stripEscapeSequence |
| #19605 | Open | Req | 0.4.4 | 2012-09-18 | Support for Notes or commands in succession |
| #19623 | Closed | Req | 0.4.4 | 2012-09-28 | Add support for environment variables |
| #19907 | Open | Bug | 0.4.4 | 2013-04-21 | Git Command Error - Git Bin Path Has Spaces |