diff options
author | Thomas Voss <mail@thomasvoss.com> | 2023-08-16 01:52:40 +0200 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2023-08-16 01:52:40 +0200 |
commit | f090d31414d3f46ece02b1e654cbf4ef46c78eaf (patch) | |
tree | 93e00090fed897f39ce8c814587ea9b141503517 /.config/git | |
parent | 9e50f32f650c2bdb99fb425003a3197ff1be7e71 (diff) |
git: Set fsckObjects to true
Had to do this when contributing to Emacs
Diffstat (limited to '.config/git')
-rw-r--r-- | .config/git/config | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.config/git/config b/.config/git/config index f09533c..5901ae7 100644 --- a/.config/git/config +++ b/.config/git/config @@ -72,3 +72,6 @@ [safe] directory = /opt/flutter + +[transfer] + fsckObjects = true |