gitcfg: Fix git-config usage for git 1.6.2
commitb3b84194b2c46f11ec11e36e95aae2c8eb48174b
authorDavid Aguilar <davvid@gmail.com>
Wed, 25 Nov 2009 23:26:53 +0000 (25 15:26 -0800)
committerDavid Aguilar <davvid@gmail.com>
Wed, 25 Nov 2009 23:51:45 +0000 (25 15:51 -0800)
tree72e2126cd5f897d6bd3a5c5505829e3907302854
parenta39ba8d9afb719781590d8a9cf59dff959751f08
gitcfg: Fix git-config usage for git 1.6.2

Certain versions of git are sensitive to the order of options
passed to the git-config command.  This ensures that --list
is passed last.

Signed-off-by: David Aguilar <davvid@gmail.com>
cola/gitcfg.py