From 8d8ad7cadd6bb482fdcda50660b24b9f17980b60 Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Wed, 4 Mar 2015 08:33:19 +0900 Subject: try to speed git up on Windows --- .gitconfig | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.gitconfig b/.gitconfig index 8d6054fa..c5abbd7e 100644 --- a/.gitconfig +++ b/.gitconfig @@ -23,6 +23,10 @@ pager = excludesfile = ~/.globgitignore + # try to speed things up on Windows + preloadindex = true + fscache = true + # my personal repositories cloned via HTTP must be pushed via SSH [url "ssh://ma/~/local/git/"] pushInsteadOf = http://spw.sdf.org/git/ @@ -46,3 +50,6 @@ # push strategy [push] default = current +[gc] + # try to speed things up on Windows + auto = 256 -- cgit v1.2.3