git: Set receive.fsckObjects for additional protection against in-flight object corruption
See https://people.kernel.org/monsieuricon/cross-fork-object-sharing-in-git-is-not-a-bug
This commit is contained in:
parent
9b8fbd6f21
commit
7810c43679
1 changed files with 2 additions and 0 deletions
|
@ -63,6 +63,8 @@
|
|||
autosquash = true
|
||||
autoStash = true
|
||||
updateRefs = true
|
||||
[receive]
|
||||
fsckObjects = true
|
||||
[sendemail]
|
||||
smtpserver = /usr/bin/msmtp
|
||||
[user]
|
||||
|
|
Loading…
Reference in a new issue