Junio C Hamano <gitster@xxxxxxxxx> writes: > Honestly, GIT_CONFIG is purely for scripts like git-svn that muck with > files that are in the config format to have a way to make sure that they > access the file they intend to, and being able to use GIT_CONFIG to keep > git programs from reading from $HOME/.gitconfig is primarily for giving > our test scripts repeatable environment, nothing more. > > I think ignoring end-user GIT_CONFIG like this patch does, instead of > doing random nonsense, would be a good bugfix for "git clone". Of course, that would have downsides as well. Now git-clone tests cannot be sanely written without setting $HOME to somewhere stable; otherwise they can be randomly affected by buggy $HOME/.gitconfig files the end user may have. -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html