From 74c71e29872432c3c662a27f32d104096f96a87c Mon Sep 17 00:00:00 2001 From: Simon Ruderich Date: Sun, 14 Oct 2012 22:22:19 +0200 Subject: [PATCH] gitconfig: Set receive.fsckobjects. --- gitconfig.m4 | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/gitconfig.m4 b/gitconfig.m4 index fc38d37..439f780 100644 --- a/gitconfig.m4 +++ b/gitconfig.m4 @@ -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 -- 2.44.1