~ruther/guix-local

b7931e6f5d606a7032d5408885ee43fa9e88454b — Ludovic Courtès 2 years ago c90a4e8
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
2 files changed, 5 insertions(+), 0 deletions(-)

M doc/guix.texi
M guix/scripts/git/authenticate.scm
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"))