From 4496e77a54c93182767a29d8db0600cd9f8a6539 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tomasz=20Tr=C4=99bski?= Date: Mon, 15 Nov 2021 23:17:19 +0100 Subject: [PATCH] Disable foreground maintenance --- gitconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gitconfig b/gitconfig index 9a739e211..45152ec40 100644 --- a/gitconfig +++ b/gitconfig @@ -30,7 +30,7 @@ [maintenance] strategy = incremental - auto = true + auto = false [maintenance "gc"] enabled = true [maintenance "commit-graph"]