]> Nutra Git (v1) - gamesguru/git-remote-gcrypt.git/commitdiff
Merge branch 'better_signature_validation' of https://github.com/jburnham/git-remote...
authorJoey Hess <joey@kitenet.net>
Thu, 19 Sep 2013 17:00:58 +0000 (13:00 -0400)
committerJoey Hess <joey@kitenet.net>
Thu, 19 Sep 2013 17:00:58 +0000 (13:00 -0400)
1  2 
git-remote-gcrypt

index 67b0f67c9eb214d1ee2bb78324b3de5fb68b8763,94e7d58ad31bdcdfd416bdfc9c9e21ade6bf3c69..87db2a11ebd4916f69599ed799df95801d2da7b6
@@@ -388,9 -388,8 +388,9 @@@ make_new_repo(
  # $1 return var for goodsig match, $2 return var for signers text
  read_config()
  {
-       local recp_= r_keyinfo= cap_= conf_part= good_sig= signers_=
+       local recp_= r_keyinfo= r_keyfpr= gpg_list= 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 '.+' || :)