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:
Sanchayan Maity 2023-11-11 19:04:46 +05:30
parent 9b8fbd6f21
commit 7810c43679
Signed by: sanchayanmaity
GPG Key ID: 6F6A0609C12038F3
1 changed files with 2 additions and 0 deletions

View File

@ -63,6 +63,8 @@
autosquash = true
autoStash = true
updateRefs = true
[receive]
fsckObjects = true
[sendemail]
smtpserver = /usr/bin/msmtp
[user]