X-Git-Url: https://ruderich.org/simon/gitweb/?a=blobdiff_plain;f=gitconfig.m4;h=439f7808977f5864c0beb026fa27115b6faf0bd4;hb=74c71e29872432c3c662a27f32d104096f96a87c;hp=fc38d37a9c1ac4b1d12ae1ed6f8d066ecd529b8e;hpb=f26ae162bcc933ecba26dad25242b6217b15d772;p=config%2Fdotfiles.git 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