summaryrefslogtreecommitdiff
path: root/.gitconfig
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2017-03-05 10:17:22 -0700
committerSean Whitton <spwhitton@spwhitton.name>2017-03-05 10:17:22 -0700
commit65d16dc63c9fa3f7ec37834641759bfe9a864d04 (patch)
tree6aea7bceec4b631bb971b4dc60c85bb1a1968ae0 /.gitconfig
parent12e26a8afa7a2811b7d5614ffee85200e054a4c1 (diff)
downloaddotfiles-65d16dc63c9fa3f7ec37834641759bfe9a864d04.tar.gz
fsckObjects on git transfer, too
Diffstat (limited to '.gitconfig')
-rw-r--r--.gitconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitconfig b/.gitconfig
index 0b9fb4e2..5de06c77 100644
--- a/.gitconfig
+++ b/.gitconfig
@@ -137,3 +137,5 @@
keyid = 0x0F56D0553B6D411B
[fetch]
fsckObjects = true
+[transfer]
+ fsckObjects = true