[gitconfig] set fsckobjects to "true" by default

This commit is contained in:
Tobias Schmidl 2023-01-10 13:31:05 +01:00
parent 44cf11618d
commit 6924770e77

View file

@ -32,6 +32,12 @@
diff = diffr | less -FRX diff = diffr | less -FRX
[pull] [pull]
rebase = true rebase = true
[transfer]
fsckobjects = true
[fetch]
fsckobjects = true
[receive]
fsckobjects = true
[rebase] [rebase]
autosquash = true autosquash = true
[tig] [tig]