Releases: sebastianfeldmann/git
Releases · sebastianfeldmann/git
3.8.4
Fix issue #38 - thanks to @Chemiker90
3.8.3
Do not ignore permission errors while validating the HEAD commit
3.8.2
Add some type hints
3.8.1
Change the diff-filter
from getStagedFiles
and getStagedFilesOfType
from AM
to ACMR
3.8.0
Add new cloning functionality - thanks to @icanhazstring
$cloner = new Cloner();
$repo = $cloner->clone('[email protected]:sebastianfeldmann/git.git');
...
3.7.1
3.7.0
- Add working tree manipulation
- Fix diff parsing issues
3.6.0
Add StatusOperator
to handle git status
based commands
3.5.0
Add submodule repository support
3.4.1
- PHP8 compatibility