Closed svenstaro closed 3 months ago
The unit tests currently use the user config. This should be disabled. Likely the easiest way is to set GIT_CONFIG to an empty file and also set GIT_CONFIG_NOSYSTEM.
GIT_CONFIG
GIT_CONFIG_NOSYSTEM
Good point, I totally agree.
The unit tests currently use the user config. This should be disabled. Likely the easiest way is to set
GIT_CONFIG
to an empty file and also setGIT_CONFIG_NOSYSTEM
.