From: Simon Ruderich Date: Mon, 11 Mar 2013 15:02:42 +0000 (+0100) Subject: gitconfig: Use transfer.fsckobjects instead of receive.fsckobjects. X-Git-Url: https://ruderich.org/simon/gitweb/?p=config%2Fdotfiles.git;a=commitdiff_plain;h=c132a73d71bfb6de4bdbe4ea935e5df7968dd179 gitconfig: Use transfer.fsckobjects instead of receive.fsckobjects. transfer.fsckobjects applies to both fetch and receive-pack. --- diff --git a/gitconfig.m4 b/gitconfig.m4 index 159cbaa..66c7376 100644 --- a/gitconfig.m4 +++ b/gitconfig.m4 @@ -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