aboutsummaryrefslogtreecommitdiffhomepage
path: root/git-remote-gcrypt
diff options
context:
space:
mode:
authorJoey Hess <joey@kitenet.net>2013-09-17 15:33:32 -0400
committerJoey Hess <joey@kitenet.net>2013-09-17 15:33:32 -0400
commit78d42636dfc40c39c2c4a841e9f6343e2d89136f (patch)
treebeeaa101472c4e2c9fc0ee1bf09b7d12e526dba7 /git-remote-gcrypt
parent60a0883a3d7c30bba407fe9f8c76799495d9827b (diff)
parent243671037f5a36596187554712d7ed1e76e9c8b8 (diff)
downloadgit-remote-gcrypt-78d42636dfc40c39c2c4a841e9f6343e2d89136f.tar.gz
Merge branch 'master' into dgit/sid
Diffstat (limited to 'git-remote-gcrypt')
-rwxr-xr-xgit-remote-gcrypt3
1 files changed, 2 insertions, 1 deletions
diff --git a/git-remote-gcrypt b/git-remote-gcrypt
index 182c5cb..bf75777 100755
--- a/git-remote-gcrypt
+++ b/git-remote-gcrypt
@@ -389,7 +389,8 @@ make_new_repo()
read_config()
{
local recp_= r_keyinfo= cap_= conf_part= good_sig= signers_=
- Conf_signkey=$(git config --path user.signingkey || :)
+ Conf_signkey=$(git config --get "remote.$NAME.gcrypt-signingkey" '.+' ||
+ git config --path user.signingkey || :)
conf_part=$(git config --get "remote.$NAME.gcrypt-participants" '.+' ||
git config --get gcrypt.participants '.+' || :)