Commit bf5dff9c authored by nimrod's avatar nimrod
Browse files

Check Git object upon reciving them, not on by default.

parent 3fb1dba3
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -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