From f090d31414d3f46ece02b1e654cbf4ef46c78eaf Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Wed, 16 Aug 2023 01:52:40 +0200 Subject: git: Set fsckObjects to true Had to do this when contributing to Emacs --- .config/git/config | 3 +++ 1 file changed, 3 insertions(+) (limited to '.config/git/config') 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 -- cgit v1.2.3