From 5d193545de5d3c0bf86d3ab40a7b20f73b4dcb49 Mon Sep 17 00:00:00 2001 From: Oliver Ladner Date: Fri, 17 Oct 2025 07:47:23 +0200 Subject: [PATCH] feat(git): extend credential cache helper timeout --- .config/git/config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/git/config b/.config/git/config index 1188a61..267e6da 100644 --- a/.config/git/config +++ b/.config/git/config @@ -10,7 +10,7 @@ status = auto [credential] - helper = cache --timeout 43200 + helper = cache --timeout=604800 [diff] tool = vimdiff