Releases: czproject/git-php
Releases · czproject/git-php
Version 3.13.1
- fixed PhpDoc comments (#23)
Version 3.13.0
- GitRepository: added method
execute
Version 3.12.0
- GitRepository -
hasChanges()
callsgit update-index -q --refresh
(#17)
Version 3.11.0
createTag()
- added parameter$options
(#16)
Version 3.10.0
- GitRepository: STDERR is redirected to STDOUT (#12)
Version 3.9.1
- added exit-code to exception messages (for example
Command 'git commit -m 'init commit'' failed (exit-code 128).
)
Version 3.9.0
Version 3.8.0
- added new method
addAllChanges()
(#8)
Version 3.7.0
- added new argument
$params
forGitRepository::cloneRepository()
(#6)
Version 3.6.0
- added new method
fetch()
(#4) - updated README
- typo