]> ruderich.org/simon Gitweb - config/dotfiles.git/commitdiff
gitconfig: Set receive.fsckobjects.
authorSimon Ruderich <simon@ruderich.org>
Sun, 14 Oct 2012 20:22:19 +0000 (22:22 +0200)
committerSimon Ruderich <simon@ruderich.org>
Sun, 14 Oct 2012 20:22:19 +0000 (22:22 +0200)
gitconfig.m4

index fc38d37a9c1ac4b1d12ae1ed6f8d066ecd529b8e..439f7808977f5864c0beb026fa27115b6faf0bd4 100644 (file)
@@ -141,4 +141,9 @@ FI
        # replies to the first one.
        thread = shallow
 
+[receive]
+       # Automatically fsck objects when receiving them (respected by git
+       # receive-pack and git fetch (>= 1.7.8, for fetch)).
+       fsckobjects = true
+
 # vim: ft=gitconfig noet