author | Shawn O. Pearce <spearce@spearce.org> | |
Fri, 12 Oct 2007 04:42:17 +0000 (00:42 -0400) | ||
committer | Shawn O. Pearce <spearce@spearce.org> | |
Fri, 12 Oct 2007 04:42:17 +0000 (00:42 -0400) | ||
commit | f00d504a6fcf29944311a497d0eb76f0fe5ef8f0 | |
tree | 6ff84e6d358721a946dbf949e520a3b884341812 | tree | snapshot |
parent | 69f85ffaa22c3357cbb5c3c97a621eccbdfa2bb3 | commit | diff |
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>
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 | diff | blob | history |