[git] GnuPG - branch, master, updated. gnupg-2.1.0-12-g81e177b
by Werner Koch
cvs at cvs.gnupg.org
Wed Nov 12 12:41:02 CET 2014
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "The GNU Privacy Guard".
The branch, master has been updated
via 81e177be10273885573f5d1fd88a1ee23479f4ab (commit)
from eecbed004ca1e9ca23c3892c3a5e6dd174ddf93b (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 81e177be10273885573f5d1fd88a1ee23479f4ab
Author: Werner Koch <wk at gnupg.org>
Date: Wed Nov 12 12:41:20 2014 +0100
gpg: Improve perceived speed of secret key listings.
* g10/keylist.c (list_keyblock): Flush stdout for secret keys.
Signed-off-by: Werner Koch <wk at gnupg.org>
diff --git a/g10/keylist.c b/g10/keylist.c
index b5ea84d..75def77 100644
--- a/g10/keylist.c
+++ b/g10/keylist.c
@@ -1569,6 +1569,8 @@ list_keyblock (KBNODE keyblock, int secret, int has_secret, int fpr,
list_keyblock_colon (keyblock, secret, has_secret, fpr);
else
list_keyblock_print (keyblock, secret, fpr, opaque);
+ if (secret)
+ es_fflush (es_stdout);
}
/*
-----------------------------------------------------------------------
Summary of changes:
g10/keylist.c | 2 ++
1 file changed, 2 insertions(+)
hooks/post-receive
--
The GNU Privacy Guard
http://git.gnupg.org
More information about the Gnupg-commits
mailing list