From 2c4c43ba743536b2cbedba19d9eec80133ae8cd1 Mon Sep 17 00:00:00 2001 From: nexy7574 Date: Wed, 7 Aug 2024 01:19:36 +0100 Subject: [PATCH] Force git FSCKing Signed-off-by: nexy7574 --- .gitconfig | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitconfig b/.gitconfig index 91f90c2..7db5dae 100644 --- a/.gitconfig +++ b/.gitconfig @@ -11,4 +11,6 @@ [alias] ignore = "!gi() { curl -sL https://www.toptal.com/developers/gitignore/api/$@ ;}; gi" [core] - autocrlf = input + autocrlf = input +[receive] + fsckObjects = true