From: Joey Hess Date: Thu, 26 Sep 2013 19:56:56 +0000 (-0400) Subject: stop passing --fast-list X-Git-Url: https://git.nutra.tk/v2?a=commitdiff_plain;h=b0174432a0a4842127560af87e1e0cc7b52581c0;p=gamesguru%2Fgit-remote-gcrypt.git stop passing --fast-list For unknown reasons, it makes --list-keys sometimes not show fingerprints of certian keys. --- diff --git a/git-remote-gcrypt b/git-remote-gcrypt index 87db2a1..22f19dd 100755 --- a/git-remote-gcrypt +++ b/git-remote-gcrypt @@ -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"*}" ||