From 6a0204ead701904418528fe9c3bf93ae15aa3402 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Thu, 26 Sep 2013 15:45:07 -0400 Subject: stop using --fast-list as it sometimes omits fingerprints Closes https://github.com/blake2-ppc/git-remote-gcrypt/issues/8 --- git-remote-gcrypt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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"*} -- cgit v1.2.3