In dc871831(Only use GIT_CONFIG in "git config", not other programs), GIT_CONFIG_LOCAL was rested in peace, in favor of not reading /etc/gitconfig and $HOME/.gitconfig at all when GIT_CONFIG is set. Signed-off-by: Johannes Schindelin <johannes.schindelin@xxxxxx> --- You might want to hold off on that, as git-gui is supposed to be less tightly coupled to git.git than, say, git-svn. The commit removing support for GIT_CONFIG_LOCAL is from Mon Jun 30 03:37:47 2008 -0400... git-gui.sh | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/git-gui.sh b/git-gui.sh index 8a4b42d..bab66bd 100755 --- a/git-gui.sh +++ b/git-gui.sh @@ -3315,7 +3315,6 @@ by %s: {^GIT_PAGER$} - {^GIT_TRACE$} - {^GIT_CONFIG$} - - {^GIT_CONFIG_LOCAL$} - {^GIT_(AUTHOR|COMMITTER)_DATE$} { append msg " - $name\n" incr ignored_env -- 1.6.0.4.1189.g8876f -- 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