Per the config section of the Supported Capabilities:
| Feature |
Status |
Notes |
| config |
✔ |
Reading and modifying per-repository configuration (.git/config) is supported. Global configuration ($HOME/.gitconfig) is not. |
This can cause some unexpected behaviour for people who have certain settings configured globally (i.e. in $HOME/.gitconfig).
I propose enhancing go-git to respect globally configured git settings
Per the
configsection of the Supported Capabilities:This can cause some unexpected behaviour for people who have certain settings configured globally (i.e. in
$HOME/.gitconfig).I propose enhancing
go-gitto respect globally configured git settings