From 786277961d283e8336db73d586786d77162de1ba Mon Sep 17 00:00:00 2001 From: Konstantin Demin Date: Tue, 4 May 2021 12:33:38 +0300 Subject: [PATCH] extend git configuration --- .gitconfig | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.gitconfig b/.gitconfig index c668154..1b79ea1 100644 --- a/.gitconfig +++ b/.gitconfig @@ -1,7 +1,10 @@ [credential] helper = cache --timeout=86400 [gc] + aggressiveDepth = 100 + aggressiveWindow = 400 auto = 0 + pruneExpire = now [push] default = simple gpgSign = false @@ -9,3 +12,5 @@ gpgSign = false [pack] writeReverseIndex = true +[receive] + autogc = false