]> Nutra Git (v2) - gamesguru/git-remote-gcrypt.git/commitdiff
stop passing --fast-list
authorJoey Hess <joey@kitenet.net>
Thu, 26 Sep 2013 19:56:56 +0000 (15:56 -0400)
committerJoey Hess <joey@kitenet.net>
Thu, 26 Sep 2013 19:56:56 +0000 (15:56 -0400)
For unknown reasons, it makes --list-keys sometimes not show fingerprints
of certian keys.

git-remote-gcrypt

index 87db2a11ebd4916f69599ed799df95801d2da7b6..22f19dd04a17b55d1c91c192c1f8aaa287462273 100755 (executable)
@@ -407,7 +407,7 @@ read_config()
 
        for recp_ in $conf_part
        do
-               gpg_list=$(gpg --with-colons --fast-list --fingerprint -k "$recp_")
+               gpg_list=$(gpg --with-colons --fingerprint -k "$recp_")
                filter_to @r_keyinfo "pub*" "$gpg_list"
                filter_to @r_keyfpr "fpr*" "$gpg_list"
                isnull "$r_keyinfo" || isnonnull "${r_keyinfo##*"$Newline"*}" ||