git.lirion.de

Of git, get, and gud

aboutsummaryrefslogtreecommitdiffstats
path: root/.gitconfig
diff options
context:
space:
mode:
authorH. P. <coding _æ_ lirion.de> 2024-05-25 13:24:03 +0200
committerH. P. <coding _æ_ lirion.de> 2024-05-25 13:24:03 +0200
commitbadff375848d9af77e9761619f374278da862dac (patch)
tree8296f0f9938c06836bbc6a1b599969784848a89c /.gitconfig
parentfc67988fe5969c0f4312c5a7294de78c37d67fad (diff)
downloaddotfiles-badff375848d9af77e9761619f374278da862dac.tar.bz2
+ credential helper, + memory window
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
+