git-gui: Refactor git-config --list parsing
commitf00d504a6fcf29944311a497d0eb76f0fe5ef8f0
authorShawn O. Pearce <spearce@spearce.org>
Fri, 12 Oct 2007 04:42:17 +0000 (12 00:42 -0400)
committerShawn O. Pearce <spearce@spearce.org>
Fri, 12 Oct 2007 04:42:17 +0000 (12 00:42 -0400)
tree6ff84e6d358721a946dbf949e520a3b884341812
parent69f85ffaa22c3357cbb5c3c97a621eccbdfa2bb3
git-gui: Refactor git-config --list parsing

The parsing for the output of `git config --list` is the same for
both the global options and the current repository's options so we
can really just use the same parser between them.

I'm currently just refactoring the parser so we can use a different
one depending on the version of git available to us at runtime.  My
next change will add support for 1.5.3's --null option.

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