diff options
| author | Jonas Brandstötter <jonas.brandstoetter@gmx.at> | 2025-07-12 01:23:47 +0200 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2025-07-14 10:07:02 -0700 |
| commit | 7d275cd5c04645de4da789ace92cae6b03d3c93d (patch) | |
| tree | 2e6124fa2613874a6ed569752ad134f4d1600ad1 /Documentation | |
| parent | Git 2.50 (diff) | |
| download | git-7d275cd5c04645de4da789ace92cae6b03d3c93d.tar.gz git-7d275cd5c04645de4da789ace92cae6b03d3c93d.zip | |
gpg-interface: expand gpg.program as a path
This allows using a custom gpg program under the user's home directory
by specifying a path starting with '~'
[gpg]
program = "~/.local/bin/mygpg"
Signed-off-by: Jonas Brandstötter <jonas.brandstoetter@gmx.at>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation')
| -rw-r--r-- | Documentation/config/gpg.adoc | 2 |
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 |
