[git] GnuPG - branch, master, updated. gnupg-2.1.12-9-ga69d3c1

by Werner Koch cvs at cvs.gnupg.org
Wed May 18 17:01:51 CEST 2016


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  a69d3c122c47ad8f857ab749e94b8b63e8d64623 (commit)
      from  cf97769906337d65289ad58225a5ecc53c715550 (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 a69d3c122c47ad8f857ab749e94b8b63e8d64623
Author: Werner Koch <wk at gnupg.org>
Date:   Wed May 18 17:00:03 2016 +0200

    gpg: Add --weak-digest to gpgv's help screen.
    
    --
    
    Suggested-by: Daniel Kahn Gillmor

diff --git a/g10/gpgv.c b/g10/gpgv.c
index 2a53e69..7e87176 100644
--- a/g10/gpgv.c
+++ b/g10/gpgv.c
@@ -79,7 +79,8 @@ static ARGPARSE_OPTS opts[] = {
                 N_("|FD|write status info to this FD")),
   ARGPARSE_s_i (oLoggerFD, "logger-fd", "@"),
   ARGPARSE_s_s (oHomedir, "homedir", "@"),
-  ARGPARSE_s_s (oWeakDigest, "weak-digest", "@"),
+  ARGPARSE_s_s (oWeakDigest, "weak-digest",
+                N_("|ALGO|reject signatures made with ALGO")),
 
   ARGPARSE_end ()
 };

-----------------------------------------------------------------------

Summary of changes:
 g10/gpgv.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)


hooks/post-receive
-- 
The GNU Privacy Guard
http://git.gnupg.org




More information about the Gnupg-commits mailing list