options: properly handle merge.keepbackup
commitec30e1b655c1277c7ed3381dc0b785050b1e6571
authorDavid Aguilar <davvid@gmail.com>
Tue, 23 Sep 2008 05:03:33 +0000 (22 22:03 -0700)
committerDavid Aguilar <davvid@gmail.com>
Tue, 23 Sep 2008 05:03:33 +0000 (22 22:03 -0700)
tree3da40fa1038775fde950f9d24b6e1cb09f071868
parent89c6afd4b790a5a466d8badf6283e7d03d9b1dfd
options: properly handle merge.keepbackup

'git config --global --list' mashes all config variables into lowercase
names, so we need to use merge.keepbackup instead of merge.keepbackup.

Signed-off-by: David Aguilar <davvid@gmail.com>
cola/controllers/util.py
cola/models.py
ui/options.ui