git-gui: Move load_config procedure below git-version selection
authorShawn O. Pearce <spearce@spearce.org>
Fri, 12 Oct 2007 04:34:04 +0000 (00:34 -0400)
committerShawn O. Pearce <spearce@spearce.org>
Fri, 12 Oct 2007 04:34:04 +0000 (00:34 -0400)
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>
No differences found