git.lirion.de

Of git, get, and gud

aboutsummaryrefslogtreecommitdiffstats
path: root/.gitconfig
diff options
context:
space:
mode:
Diffstat (limited to '.gitconfig')
-rw-r--r--.gitconfig6
1 files changed, 6 insertions, 0 deletions
diff --git a/.gitconfig b/.gitconfig
index 5a312f4..a830a7d 100644
--- a/.gitconfig
+++ b/.gitconfig
@@ -88,3 +88,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
+
5 13:02:39 +0200'>2024-05-251-0/+8 | * don't disable tab warnings anymoreH. P. 2024-05-251-1/+2 | * include sshenv file if presentH. P. 2024-05-251-0/+2 | * include ~/.local/bin as well, only include dirs that are descendible into