From 52afe35cfea2b348029351569d2224786748f587 Mon Sep 17 00:00:00 2001 From: Florian Pritz Date: Thu, 17 Jul 2014 16:48:09 +0200 Subject: gitconfig: increase compression Signed-off-by: Florian Pritz --- .gitconfig | 1 + 1 file changed, 1 insertion(+) (limited to '.gitconfig') diff --git a/.gitconfig b/.gitconfig index 206f95e..862bb49 100644 --- a/.gitconfig +++ b/.gitconfig @@ -38,5 +38,6 @@ cmd = vim -f -d -c \"wincmd J\" \"$MERGED\" \"$LOCAL\" \"$BASE\" \"$REMOTE\" [core] excludesfile = ~/.gitignore + compression = 9 [log] decorate = full -- cgit v1.2.3-24-g4f1b