aboutsummaryrefslogtreecommitdiff
path: root/guix/scripts
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2024-03-19 16:49:02 +0100
committerLudovic Courtès <ludo@gnu.org>2024-03-19 17:02:14 +0100
commitb7931e6f5d606a7032d5408885ee43fa9e88454b (patch)
tree9df2e119bb48f95bd6b2a982bf0925ced1ef97c1 /guix/scripts
parentc90a4e8dcd6ac650392ffcc039273baf145aa3cc (diff)
downloadguix-b7931e6f5d606a7032d5408885ee43fa9e88454b.tar
guix-b7931e6f5d606a7032d5408885ee43fa9e88454b.tar.gz
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
Diffstat (limited to 'guix/scripts')
-rw-r--r--guix/scripts/git/authenticate.scm2
1 files changed, 2 insertions, 0 deletions
diff --git a/guix/scripts/git/authenticate.scm b/guix/scripts/git/authenticate.scm
index 6ff5cee682..def4879e96 100644
--- a/guix/scripts/git/authenticate.scm
+++ b/guix/scripts/git/authenticate.scm
@@ -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"))