Pass "git config" flags in the right order
commitba6208ec9f272605607d53db6ea2942b246819e6
authorKarl Hasselström <kha@treskal.com>
Fri, 29 May 2009 21:33:50 +0000 (29 22:33 +0100)
committerCatalin Marinas <catalin.marinas@gmail.com>
Fri, 29 May 2009 21:33:50 +0000 (29 22:33 +0100)
tree261ffc1a0729a8bd0dbe18aab3072484b872ee9d
parent051704b13e615b489f8d4e45ebf2b0488b41522b
Pass "git config" flags in the right order

New enough gits accept the --null and --list flags in any order, but
older gits want --null before --list. So do it the way that's fine
with everyone.

I think (but haven't verified) that git started to accept the flags in
any order after commit d64ec16c2af4ddcf3985d11d5dc28a15db181de5 ("git
config: reorganize to use parseopt") by Felipe Contreras on
2009-02-21, first released in git v1.6.3.

Signed-off-by: Karl Hasselström <kha@treskal.com>
stgit/config.py