Skip to content

Commit

Permalink
git-gui: Get rid of the last remnants of GIT_CONFIG_LOCAL
Browse files Browse the repository at this point in the history
In dc87183(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@gmx.de>
Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
  • Loading branch information
Johannes Schindelin authored and Shawn O. Pearce committed Dec 17, 2008
1 parent b8dc2f5 commit d4d1351
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion git-gui.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3329,7 +3329,6 @@ by %s:
{^GIT_PAGER$} -
{^GIT_TRACE$} -
{^GIT_CONFIG$} -
{^GIT_CONFIG_LOCAL$} -
{^GIT_(AUTHOR|COMMITTER)_DATE$} {
append msg " - $name\n"
incr ignored_env
Expand Down

0 comments on commit d4d1351

Please sign in to comment.