diff options
-rw-r--r-- | gitconfig | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -26,3 +26,9 @@ excludesfile = ~/.gitignore [push] default = simple +[transfer] + fsckobjects = true +[fetch] + fsckobjects = true +[receive] + fsckobjects = true |
index : conf/dotfiles.git | ||
dotfiles -- configuration and such |
summaryrefslogtreecommitdiff |
-rw-r--r-- | gitconfig | 6 |
@@ -26,3 +26,9 @@ excludesfile = ~/.gitignore [push] default = simple +[transfer] + fsckobjects = true +[fetch] + fsckobjects = true +[receive] + fsckobjects = true |