From 27137da4356d8bc70c229ad9d60a65470adaeb19 Mon Sep 17 00:00:00 2001 From: Konstantin Demin Date: Wed, 8 Dec 2021 23:46:00 +0300 Subject: [PATCH] minor fixes for gitconfig --- .gitconfig | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitconfig b/.gitconfig index f45e034..0c2af85 100644 --- a/.gitconfig +++ b/.gitconfig @@ -4,13 +4,13 @@ compression = 1 [credential] helper = cache --timeout=86400 +[fetch] + writeCommitGraph = true [gc] aggressiveDepth = 100 aggressiveWindow = 500 auto = 0 pruneExpire = now -[fetch] - writeCommitGraph = true [maintainance] auto = false [pack] @@ -23,4 +23,5 @@ gpgSign = false [receive] autogc = false +[repack] writeBitmaps = true