Skip to content

Commit

Permalink
Always fsck objects on git clone
Browse files Browse the repository at this point in the history
  • Loading branch information
mfinelli committed Jun 13, 2024
1 parent 78fdea8 commit f58f2ca
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions roles/git/templates/gitconfig.j2
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,7 @@
[push]
autoSetupRemote = true

[transfer]
fsckObjects = true

; vim: ft=gitconfig.jinja2

0 comments on commit f58f2ca

Please sign in to comment.