PHPGit
PHPGit copied to clipboard
A Git wrapper for PHP5.3+
I received this warning: ``` PHP Warning: escapeshellarg() expects parameter 1 to be string, array given in /Users/David/Documents/Development/my-project/php/vendor/symfony/process/ProcessUtils.php on line 74 ``` when using the following: ``` $git = new...
fixes #23
The regular expression for parsing lines of output from the git branch command assumes that all short hashes will be exactly 7 characters, but this is not always the case....
Hi, I'm getting an error about a depreciated interface in symfony 2.6 when cloning a repository: ``` The "Symfony\Component\OptionsResolver\OptionsResolverInterface" interface was deprecated in version 2.6 and will be removed in...
Fix issue #4 where BranchCommand assumes repo is in branch and throws notices for undeclared array keys.
Hi. Thanks for this nice library. I have one issue/question. When using log: ``` php $log = $git->log(); ``` $log gathers messages without any line feed. Any reason why or...
Converted the branch command --remotes and --all options to their short form (-a and -r) to allow compatibility for versions of git lower than 1.7.7
The Git class constructor now allows to define a non-standard (60 seconds) timeout for the processes it launches, since many times it is normal that such executions take much more...