Skip to content

Releases: sebastianfeldmann/git

3.14.2

28 Mar 19:25
3.14.2
bc13c3b
Compare
Choose a tag to compare

Changes

  • Don't use deprecated methods anymore

Full Changelog: 3.14.1...3.14.2

3.14.1

28 Mar 19:24
3.14.1
9055e3b
Compare
Choose a tag to compare

Changes

  • Add deprecation warnings

Full Changelog: 3.14.0...3.14.1

3.14.0

28 Mar 18:26
3.14.0
0749b59
Compare
Choose a tag to compare
  • Add git var functionality
$config = $repo->getConfigOperator();
$vars   = $config->getVars();
print_r($vars);

Also supported are

Config::hasVar(string $name): bool
Config::getVar(string $name): string
Config::getVarSafely(string $name, string $default = ''): string

3.13.2

11 Feb 19:37
3.13.2
95c5fcc
Compare
Choose a tag to compare

Fix iterable return types

3.13.1

11 Feb 19:23
3.13.1
b426884
Compare
Choose a tag to compare

Fixed a typed property access problem

3.13.0

11 Feb 19:23
3.13.0
51b1cad
Compare
Choose a tag to compare

Load of missing types added

3.12.2

11 Feb 18:57
3.12.2
b433ed6
Compare
Choose a tag to compare

Detect hooks directory by respecting the core.hooksPath config setting

3.12.1

20 Jan 17:49
3.12.1
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 3.12.0...3.12.1

3.12.0

16 Jan 10:57
3.12.0
d4a1e28
Compare
Choose a tag to compare

Add comment access and validation methods

3.11.0

23 Jan 09:17
3.11.0
5cb1ea9
Compare
Choose a tag to compare

Add --diff-filter option to Log