summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2022-12-02 11:02:26 -0700
committerSean Whitton <spwhitton@spwhitton.name>2022-12-02 11:02:29 -0700
commitc8dbaf92484d324cc1a66b4790161c7c9b335bab (patch)
treed6d6e3fc06e114f9fc1dc0169eeb55b6f99bda4c
parent289af22c2cf6c60b2e9d2ac34cf6ed52ae4e0c96 (diff)
downloaddotfiles-c8dbaf92484d324cc1a66b4790161c7c9b335bab.tar.gz
drop two redundant git config settings
-rw-r--r--.gitconfig4
1 files changed, 0 insertions, 4 deletions
diff --git a/.gitconfig b/.gitconfig
index a63c3acd..d7f05296 100644
--- a/.gitconfig
+++ b/.gitconfig
@@ -34,12 +34,8 @@
# no pager thanks
pager =
excludesfile = ~/.globgitignore
-[fetch]
- fsckObjects = true
[transfer]
fsckObjects = true
-[receive]
- fsckObjects = true
[color]
# turn colour on in as many places as possible
ui = true