diff --git a/.gitconfig b/.gitconfig index 3e675607fb796da4cea4bb015e759186980d9311..3fe0704f295cbcb57f3fa96b35cac3afa831b2d7 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