From 34f50c86254b508fda73af4412dff1ec0c7972ee Mon Sep 17 00:00:00 2001 From: Mathieu Maret Date: Wed, 15 Sep 2010 18:09:24 +0200 Subject: [PATCH] [git] Auto detect Core number --- .gitconfig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitconfig b/.gitconfig index 21d4b9d..90bfcd4 100644 --- a/.gitconfig +++ b/.gitconfig @@ -6,6 +6,8 @@ diff = auto status = auto branch = auto +[pack] + threads = 0 [alias] lg = log -M --decorate --graph st = status