[gitconfig] set fsckobjects to "true" by default
This commit is contained in:
parent
44cf11618d
commit
6924770e77
1 changed files with 6 additions and 0 deletions
|
@ -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]
|
||||||
|
|
Loading…
Reference in a new issue