git-gui: Paper bag fix the global config parsing
commita5bb31fb6323b53559b0d15ce2d02a7ba6d74bed
authorShawn O. Pearce <spearce@spearce.org>
Tue, 16 Oct 2007 16:55:34 +0000 (16 12:55 -0400)
committerShawn O. Pearce <spearce@spearce.org>
Wed, 17 Oct 2007 07:38:00 +0000 (17 03:38 -0400)
tree823fa597ce3e5f765e0c53c47a03b8c068ff87e2
parent86215812487930c69e197ef03be31e0b396a04cc
git-gui: Paper bag fix the global config parsing

git-config won't honor any options after --list.  We must supply
the --global option in front of --list if we really want to load
the global configuration options.

Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
git-gui.sh