From 905e6c16ba6e6fbfbd01338538f730b93504303e Mon Sep 17 00:00:00 2001 From: Jesse Duffield Date: Wed, 15 Aug 2018 15:15:21 +1000 Subject: [PATCH] add credential helper to config of test repo --- test/repos/gpg.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/repos/gpg.sh b/test/repos/gpg.sh index 94e0742e5..719c6467b 100755 --- a/test/repos/gpg.sh +++ b/test/repos/gpg.sh @@ -6,6 +6,8 @@ git init git config gpg.program $(which gpg) git config user.signingkey E304229F # test key git config commit.gpgsign true +git config credential.helper store +git config credential.helper cache 1 touch foo git add foo