aboutsummaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2025-07-21 09:14:28 -0700
committerJunio C Hamano <gitster@pobox.com>2025-07-21 09:14:29 -0700
commit3a112b53a40e2d1240b2a4d01d5e616e0f4f09fd (patch)
tree148cc1ce2652df0914288907caee15e9522ce123 /Documentation
parentd80b7640b12496f86eb534460c7edfe1a5f1d79e (diff)
parent7d275cd5c04645de4da789ace92cae6b03d3c93d (diff)
downloadgit-3a112b53a40e2d1240b2a4d01d5e616e0f4f09fd.tar.xz
Merge branch 'jb/gpg-program-variable-is-a-pathname'
The gpg.program configuration variable, which names a pathname to the (custom) GPG compatible program, can now be spelled with ~tilde expansion. * jb/gpg-program-variable-is-a-pathname: gpg-interface: expand gpg.program as a path
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/config/gpg.adoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/config/gpg.adoc b/Documentation/config/gpg.adoc
index 5cf32b179d..240e46c050 100644
--- a/Documentation/config/gpg.adoc
+++ b/Documentation/config/gpg.adoc
@@ -1,5 +1,5 @@
gpg.program::
- Use this custom program instead of "`gpg`" found on `$PATH` when
+ Pathname of the program to use instead of "`gpg`" when
making or verifying a PGP signature. The program must support the
same command-line interface as GPG, namely, to verify a detached
signature, "`gpg --verify $signature - <$file`" is run, and the