diff --git a/etc/gitconfig b/etc/gitconfig index 4c6780f..4955199 100644 --- a/etc/gitconfig +++ b/etc/gitconfig @@ -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