From: Simon Ruderich Date: Sun, 14 Oct 2012 20:22:19 +0000 (+0200) Subject: gitconfig: Set receive.fsckobjects. X-Git-Url: https://ruderich.org/simon/gitweb/?p=config%2Fdotfiles.git;a=commitdiff_plain;h=74c71e29872432c3c662a27f32d104096f96a87c gitconfig: Set receive.fsckobjects. --- 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