]> ruderich.org/simon Gitweb - config/dotfiles.git/commitdiff
gitconfig: Use transfer.fsckobjects instead of receive.fsckobjects.
authorSimon Ruderich <simon@ruderich.org>
Mon, 11 Mar 2013 15:02:42 +0000 (16:02 +0100)
committerSimon Ruderich <simon@ruderich.org>
Mon, 11 Mar 2013 15:02:42 +0000 (16:02 +0100)
transfer.fsckobjects applies to both fetch and receive-pack.

gitconfig.m4

index 159cbaacf36bb4a51e7f631221b730ded013e337..66c73761245e5a4aad1706b131a88be64ab74382 100644 (file)
@@ -160,7 +160,7 @@ FI
        # replies to the first one.
        thread = shallow
 
-[receive]
+[transfer]
        # Automatically fsck objects when receiving them (respected by git
        # receive-pack and git fetch (>= 1.7.8, for fetch)).
        fsckobjects = true