mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 06:06:53 -05:00
git authenticate: Document ‘--end’.
* guix/scripts/git/authenticate.scm (show-help): Document ‘--end’. * doc/guix.texi (Invoking guix git authenticate): Likewise. Reported-by: Tomas Volf <~@wolfsden.cz> Change-Id: Ia646203ce2f721487de547c76b9488754c70db66
This commit is contained in:
parent
c90a4e8dcd
commit
b7931e6f5d
2 changed files with 5 additions and 0 deletions
|
@ -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
|
or ``ASCII-armored''. By default the keyring is loaded from the branch
|
||||||
named @code{keyring}.
|
named @code{keyring}.
|
||||||
|
|
||||||
|
@item --end=@var{commit}
|
||||||
|
Authenticate revisions up to @var{commit}.
|
||||||
|
|
||||||
@item --stats
|
@item --stats
|
||||||
Display commit signing statistics upon completion.
|
Display commit signing statistics upon completion.
|
||||||
|
|
||||||
|
|
|
@ -100,6 +100,8 @@ (define (show-help)
|
||||||
(display (G_ "
|
(display (G_ "
|
||||||
-k, --keyring=REFERENCE
|
-k, --keyring=REFERENCE
|
||||||
load keyring from REFERENCE, a Git branch"))
|
load keyring from REFERENCE, a Git branch"))
|
||||||
|
(display (G_ "
|
||||||
|
--end=COMMIT authenticate revisions up to COMMIT"))
|
||||||
(display (G_ "
|
(display (G_ "
|
||||||
--stats display commit signing statistics upon completion"))
|
--stats display commit signing statistics upon completion"))
|
||||||
(display (G_ "
|
(display (G_ "
|
||||||
|
|
Loading…
Reference in a new issue