]> ruderich.org/simon Gitweb - config/dotfiles.git/blobdiff - gitconfig.in
gitconfig: Use yes instead of true for consistency.
[config/dotfiles.git] / 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