git.lirion.de

Of git, get, and gud

aboutsummaryrefslogtreecommitdiffstats
path: root/.gitconfig
diff options
context:
space:
mode:
Diffstat (limited to '.gitconfig')
-rw-r--r--.gitconfig7
1 files changed, 7 insertions, 0 deletions
diff --git a/.gitconfig b/.gitconfig
index 5a312f4..440b155 100644
--- a/.gitconfig
+++ b/.gitconfig
@@ -73,6 +73,7 @@
[core]
editor = vim
fileMode = true
+ hooksPath = ~/git-hooks
[merge]
tool = vimdiff
[mergetool]
@@ -88,3 +89,9 @@
#proxy = http://10.0.0.1:3128/
[pull]
rebase = false
+[pack]
+ windowMemory = 1024m
+[credential]
+ helper = !type pass-git-helper > /dev/null && pass-git-helper $@
+ useHttpPath = true
+