On Thu, Mar 14, 2013 at 5:22 PM, Duy Nguyen [off-list ref] wrote:
On Wed, Mar 13, 2013 at 11:16 PM, Junio C Hamano [off-list ref] wrote:
quoted
The noise this introduces to the test suite is a bit irritating and
makes us think twice if this really a good change.
I originally thought of two options, this or add an env flag in git
binary that turns this off in the test suite. The latter did not sound
good. But I forgot that we set a fake $HOME in the test suite, we
could disable this in $HOME/.gitconfig, less clutter in individual
tests.
fwiw, adding to $HOME/.gitconfig by default in test-libs.sh does not
work. Else where we check "git config --list" and the new global
config key will fail them.
--
Duy