commit | 69f85ffaa22c3357cbb5c3c97a621eccbdfa2bb3 | [log] [tgz] |
---|---|---|
author | Shawn O. Pearce <spearce@spearce.org> | Fri Oct 12 00:34:04 2007 -0400 |
committer | Shawn O. Pearce <spearce@spearce.org> | Fri Oct 12 00:34:04 2007 -0400 |
tree | 4da335742d5ee0bccab6878b3c5a77ebb8da88d5 | |
parent | a0592d3f5746b41c60fee71dd8d2d27b5c813907 [diff] |
git-gui: Move load_config procedure below git-version selection To better handle configuration options that contain LFs in their values we want to use the new -z option available in git-config version 1.5.3 and later. To configure load_config based upon the git version we need to move thos below the git-version computation. No logic changes yet, just a minor reordering of the code. Signed-off-by: Shawn O. Pearce <spearce@spearce.org>