]> ruderich.org/simon Gitweb - config/dotfiles.git/commitdiff
gitconfig: fix case for transfer.fsckObjects
authorSimon Ruderich <simon@ruderich.org>
Thu, 30 Jul 2015 16:58:12 +0000 (18:58 +0200)
committerSimon Ruderich <simon@ruderich.org>
Thu, 30 Jul 2015 16:58:12 +0000 (18:58 +0200)
gitconfig.in

index 1334b7a53677d3618765ad03ddd7c4e005a48669..11f725a0fcd8c0002f19e6d5c176e21316a4d44f 100644 (file)
 [transfer]
        # Automatically fsck objects when receiving them (respected by git
        # receive-pack and git fetch (>= 1.7.8, for fetch)).
-       fsckobjects = yes
+       fsckObjects = yes
 
 # vim: ft=gitconfig