Skip to content
Snippets Groups Projects
Commit bf5dff9c authored by nimrod's avatar nimrod
Browse files

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

parent 3fb1dba3
No related branches found
No related tags found
No related merge requests found
...@@ -8,3 +8,9 @@ ...@@ -8,3 +8,9 @@
push-tags = push --follow-tags push-tags = push --follow-tags
pull-submodules = submodule foreach git pull pull-submodules = submodule foreach git pull
diff-cached = diff --cached diff-cached = diff --cached
[transfer]
fsckobjects = true
[fetch]
fsckobjects = true
[receive]
fsckObjects = true
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment