2022-09-22 18:48:32 +00:00
|
|
|
`git-annex test` prevents ~/.gitconfig or /etc/gitconfig from being read.
|
2022-09-22 19:58:45 +00:00
|
|
|
The `-c` option also doesn't propagate into the test suite.
|
2022-09-22 18:48:32 +00:00
|
|
|
|
|
|
|
It would sometimes be useful to test git-annex with a given git config set.
|
|
|
|
Although some might break the test suite, others might expose actual bugs
|
|
|
|
in git-annex. --[[Joey]]
|
2022-09-22 19:58:45 +00:00
|
|
|
|
|
|
|
> Added "--test-git-config" option, [[done]] --[[Joey]]
|