remove duplicate fsckobjects = true from /etc/gitconfig

This commit is contained in:
Patrick Schleizer 2024-06-01 13:32:13 -04:00
parent bbe64a0b79
commit e0cd9579d6
No known key found for this signature in database
GPG Key ID: CB8D50BB77BB3C48

View File

@ -11,13 +11,10 @@
## https://forums.whonix.org/t/git-users-enable-fsck-by-default-for-better-security/2066
[transfer]
fsckobjects = true
fsckobjects = true
[fetch]
fsckobjects = true
fsckobjects = true
[receive]
fsckobjects = true
fsckobjects = true
## Generally a good idea but too intrusive to enable by default.
## Listed here as suggestions what users should put into their ~/.gitconfig