[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
|
||||
[pull]
|
||||
rebase = true
|
||||
[transfer]
|
||||
fsckobjects = true
|
||||
[fetch]
|
||||
fsckobjects = true
|
||||
[receive]
|
||||
fsckobjects = true
|
||||
[rebase]
|
||||
autosquash = true
|
||||
[tig]
|
||||
|
|
Loading…
Reference in a new issue