diff options
author | Johannes Löthberg <johannes@kyriasis.com> | 2016-11-06 03:05:56 +0100 |
---|---|---|
committer | Johannes Löthberg <johannes@kyriasis.com> | 2017-06-01 18:37:35 +0200 |
commit | f57f81b5cd4756c15d2e26e9170a54019b9aea9d (patch) | |
tree | 7f0907866c83fa1569b801dcb58af51608e11cde /git | |
parent | 7d01ba706a6f79005698301f29ba0e5ff0c5e1e5 (diff) | |
download | dotfiles-f57f81b5cd4756c15d2e26e9170a54019b9aea9d.tar.xz |
git: Remove all fsckObjects, causes too many errors
(How are there so many corrupt repositories in the wild?)
Signed-off-by: Johannes Löthberg <johannes@kyriasis.com>
Diffstat (limited to 'git')
-rw-r--r-- | git/config | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -102,7 +102,6 @@ [receive] denyCurrentBranch = updateInstead - fsckobjects = true [sendemail] aliasfiletype = mutt @@ -132,9 +131,5 @@ [rerere] enabled = true -[transfer] - fsckobjects = true -[fetch] - fsckObjects = true [commit] verbose = true |