From badff375848d9af77e9761619f374278da862dac Mon Sep 17 00:00:00 2001 From: Harald Pfeiffer Date: Sat, 25 May 2024 13:24:03 +0200 Subject: + credential helper, + memory window --- .gitconfig | 6 ++++++ 1 file changed, 6 insertions(+) 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 + -- cgit v1.2.3