summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorJesse Duffield <jessedduffield@gmail.com>2018-08-15 15:15:21 +1000
committerJesse Duffield <jessedduffield@gmail.com>2018-08-15 15:15:21 +1000
commit905e6c16ba6e6fbfbd01338538f730b93504303e (patch)
tree530f0c83463ee9cd6d9e82512ca6474c6aacbd9c /test
parentdb140842f3c10921153b3e19e66dd72b39fa00f8 (diff)
add credential helper to config of test repo
Diffstat (limited to 'test')
-rwxr-xr-xtest/repos/gpg.sh2
1 files changed, 2 insertions, 0 deletions
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