Releases: sebastianfeldmann/git
Releases · sebastianfeldmann/git
3.14.2
3.14.1
3.14.0
- 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
Fix iterable return types
3.13.1
Fixed a typed property access problem
3.13.0
Load of missing types added
3.12.2
Detect hooks directory by respecting the core.hooksPath
config setting
3.12.1
What's Changed
- Fixed
git fetch
command by @pkruithof in #43
New Contributors
- @pkruithof made their first contribution in #43
Full Changelog: 3.12.0...3.12.1
3.12.0
Add comment access and validation methods
3.11.0
Add --diff-filter
option to Log