summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitconfig7
1 files changed, 7 insertions, 0 deletions
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