From: Joey Hess Date: Thu, 26 Sep 2013 19:45:07 +0000 (-0400) Subject: stop using --fast-list as it sometimes omits fingerprints X-Git-Url: https://git.nutra.tk/v1?a=commitdiff_plain;h=6a0204ead701904418528fe9c3bf93ae15aa3402;p=gamesguru%2Fgit-remote-gcrypt.git stop using --fast-list as it sometimes omits fingerprints Closes https://github.com/blake2-ppc/git-remote-gcrypt/issues/8 --- diff --git a/git-remote-gcrypt b/git-remote-gcrypt index 67b0f67..73a6847 100755 --- a/git-remote-gcrypt +++ b/git-remote-gcrypt @@ -407,8 +407,7 @@ read_config() for recp_ in $conf_part do - filter_to @r_keyinfo "pub*" \ - "$(gpg --with-colons --fast-list -k "$recp_")" + filter_to @r_keyinfo "pub*" "$(gpg --with-colons -k "$recp_")" isnull "$r_keyinfo" || isnonnull "${r_keyinfo##*"$Newline"*}" || echo_info "WARNING: '$recp_' matches multiple keys, using one" r_keyinfo=${r_keyinfo%%"$Newline"*}