myconfig

my config files
git clone https://a3nm.net/git/myconfig/
Log | Files | Refs | README

commit 3d647dec4bcd435e061d6e9af53e143ea6f52dbb
parent 03a50677523785bf019ce3fca2d1b852cf27401f
Author: Antoine Amarilli <a3nm@a3nm.net>
Date:   Fri, 17 Apr 2020 15:34:25 +0200

even less git pack memory

Diffstat:
gitconfig | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gitconfig b/gitconfig @@ -41,5 +41,5 @@ path = ~/config/private/gitconfig [pack] windowMemory = 32m - packSizeLimit = 100m + packSizeLimit = 32m threads = 1