From c132a73d71bfb6de4bdbe4ea935e5df7968dd179 Mon Sep 17 00:00:00 2001 From: Simon Ruderich Date: Mon, 11 Mar 2013 16:02:42 +0100 Subject: [PATCH] gitconfig: Use transfer.fsckobjects instead of receive.fsckobjects. transfer.fsckobjects applies to both fetch and receive-pack. --- gitconfig.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.44.1