From bf5dff9c99f0562c43ed8ad5dbd94f57a7fcc5ca Mon Sep 17 00:00:00 2001 From: Adar Nimrod <nimrod@shore.co.il> Date: Tue, 2 Feb 2016 08:52:49 +0200 Subject: [PATCH] Check Git object upon reciving them, not on by default. --- .gitconfig | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.gitconfig b/.gitconfig index 3e67560..3fe0704 100644 --- a/.gitconfig +++ b/.gitconfig @@ -8,3 +8,9 @@ push-tags = push --follow-tags pull-submodules = submodule foreach git pull diff-cached = diff --cached +[transfer] + fsckobjects = true +[fetch] + fsckobjects = true +[receive] + fsckObjects = true -- GitLab