M doc/guix.texi => doc/guix.texi +3 -0
@@ 7632,6 7632,9 @@ contain OpenPGP public keys in @file{.key} files, either in binary form
or ``ASCII-armored''. By default the keyring is loaded from the branch
named @code{keyring}.
+@item --end=@var{commit}
+Authenticate revisions up to @var{commit}.
+
@item --stats
Display commit signing statistics upon completion.
M guix/scripts/git/authenticate.scm => guix/scripts/git/authenticate.scm +2 -0
@@ 101,6 101,8 @@ Authenticate the given Git checkout using COMMIT/SIGNER as its introduction.\n")
-k, --keyring=REFERENCE
load keyring from REFERENCE, a Git branch"))
(display (G_ "
+ --end=COMMIT authenticate revisions up to COMMIT"))
+ (display (G_ "
--stats display commit signing statistics upon completion"))
(display (G_ "
--cache-key=KEY cache authenticated commits under KEY"))