From 2fe5b6b89f4d1252fb8c9f940e3a671ef3d1d641 Mon Sep 17 00:00:00 2001 From: Jonathan Schleifer Date: Sun, 8 Jul 2018 19:49:29 +0000 Subject: [PATCH] gitconfig: Set fsckObjects to true --- gitconfig | 3 +++ 1 file changed, 3 insertions(+) diff --git a/gitconfig b/gitconfig index 627693c..b67f839 100644 --- a/gitconfig +++ b/gitconfig @@ -32,3 +32,6 @@ [url "git@github.com:"] insteadOf = https://github.com/ pushInsteadOf = https://github.com/ + +[fetch] + fsckObjects = true