Skip to content

Releases: sebastianfeldmann/git

3.8.4

26 Aug 07:08
3.8.4
b324b6b
Compare
Choose a tag to compare

Fix issue #38 - thanks to @Chemiker90

3.8.3

26 Jul 20:04
3.8.3
853066c
Compare
Choose a tag to compare

Do not ignore permission errors while validating the HEAD commit

3.8.2

26 Jul 20:02
3.8.2
e30b5ed
Compare
Choose a tag to compare

Add some type hints

3.8.1

19 Dec 20:47
3.8.1
c7a16b5
Compare
Choose a tag to compare

Change the diff-filter from getStagedFiles and getStagedFilesOfType from AM to ACMR

3.8.0

01 Dec 15:14
3.8.0
6fa753d
Compare
Choose a tag to compare

Add new cloning functionality - thanks to @icanhazstring

$cloner = new Cloner();
$repo   = $cloner->clone('[email protected]:sebastianfeldmann/git.git');
...

3.7.1

31 May 09:31
3.7.1
406b98e
Compare
Choose a tag to compare

Make sure the right diff algorithm is used - thanks to @ramsey

3.7.0

10 Apr 20:21
3.7.0
ca827dc
Compare
Choose a tag to compare
  • Add working tree manipulation
  • Fix diff parsing issues

3.6.0

03 Apr 19:23
3.6.0
426acdd
Compare
Choose a tag to compare

Add StatusOperator to handle git status based commands

3.5.0

03 Apr 19:23
3.5.0
Compare
Choose a tag to compare

Add submodule repository support

3.4.1

08 Dec 09:50
3.4.1
Compare
Choose a tag to compare
  • PHP8 compatibility