From 6924770e77c9e1aea241933deb7361bfc6eb9a39 Mon Sep 17 00:00:00 2001 From: Tobias Schmidl Date: Tue, 10 Jan 2023 13:31:05 +0100 Subject: [PATCH] [gitconfig] set fsckobjects to "true" by default --- .config/gitconfig | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.config/gitconfig b/.config/gitconfig index 5e1497b..772b148 100644 --- a/.config/gitconfig +++ b/.config/gitconfig @@ -32,6 +32,12 @@ diff = diffr | less -FRX [pull] rebase = true +[transfer] + fsckobjects = true +[fetch] + fsckobjects = true +[receive] + fsckobjects = true [rebase] autosquash = true [tig]