diff options
author | mail_redacted_for_web | 2024-05-25 13:24:03 +0200 |
---|---|---|
committer | mail_redacted_for_web | 2024-05-25 13:24:03 +0200 |
commit | badff375848d9af77e9761619f374278da862dac (patch) | |
tree | 8296f0f9938c06836bbc6a1b599969784848a89c /.gitconfig | |
parent | fc67988fe5969c0f4312c5a7294de78c37d67fad (diff) | |
download | dotfiles-badff375848d9af77e9761619f374278da862dac.tar.bz2 |
+ credential helper, + memory window
Diffstat (limited to '.gitconfig')
-rw-r--r-- | .gitconfig | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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 + |