]> ruderich.org/simon Gitweb - config/dotfiles.git/commitdiff
gitconfig: Use yes instead of true for consistency.
authorSimon Ruderich <simon@ruderich.org>
Wed, 23 Oct 2013 23:40:16 +0000 (01:40 +0200)
committerSimon Ruderich <simon@ruderich.org>
Wed, 23 Oct 2013 23:40:16 +0000 (01:40 +0200)
gitconfig.in

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