[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
03/08: git authenticate: Document ‘--end’.
From: |
guix-commits |
Subject: |
03/08: git authenticate: Document ‘--end’. |
Date: |
Tue, 19 Mar 2024 12:33:22 -0400 (EDT) |
civodul pushed a commit to branch master
in repository guix.
commit b7931e6f5d606a7032d5408885ee43fa9e88454b
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Tue Mar 19 16:49:02 2024 +0100
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
---
doc/guix.texi | 3 +++
guix/scripts/git/authenticate.scm | 2 ++
2 files changed, 5 insertions(+)
diff --git a/doc/guix.texi b/doc/guix.texi
index af246562a8..20f007b1c0 100644
--- a/doc/guix.texi
+++ b/doc/guix.texi
@@ -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.
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
@@ -100,6 +100,8 @@ Authenticate the given Git checkout using COMMIT/SIGNER as
its introduction.\n")
(display (G_ "
-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_ "
- branch master updated (ee11b22fcc -> b7eb1a8116), guix-commits, 2024/03/19
- 03/08: git authenticate: Document ‘--end’.,
guix-commits <=
- 01/08: profiles: ‘read-manifest’ raises to ‘&profile-error’ upon version mismatch., guix-commits, 2024/03/19
- 08/08: gnu: Add alsa-midi-latency-test., guix-commits, 2024/03/19
- 02/08: describe: Try harder to find the ‘guix pull’ profile., guix-commits, 2024/03/19
- 07/08: gnu: combinatorial-blas: Skip failing tests., guix-commits, 2024/03/19
- 06/08: gnu: Add python-pypugjs., guix-commits, 2024/03/19
- 05/08: gnu: hikari: Build against wlroots@0.15., guix-commits, 2024/03/19
- 04/08: doc: cookbook: Account for ‘guix pull’ in /etc/profile instructions., guix-commits, 2024/03/19