diff options
author | Junio C Hamano <gitster@pobox.com> | 2022-01-05 14:01:30 -0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2022-01-05 14:01:30 -0800 |
commit | 2a6c7f996e85aab2173a378349e8c0d952755686 (patch) | |
tree | 4d18622b5f857eb1193b3fb25922ae9ffb082df6 /Documentation/config/gpg.txt | |
parent | Merge branch 'rs/t4202-invert-grep-test-fix' (diff) | |
parent | docs: add missing colon to Documentation/config/gpg.txt (diff) | |
download | tgif-2a6c7f996e85aab2173a378349e8c0d952755686.tar.xz |
Merge branch 'gh/gpg-doc-markup-fix'
Doc markup fix.
* gh/gpg-doc-markup-fix:
docs: add missing colon to Documentation/config/gpg.txt
Diffstat (limited to 'Documentation/config/gpg.txt')
-rw-r--r-- | Documentation/config/gpg.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/config/gpg.txt b/Documentation/config/gpg.txt index 2fc38560ba..0cb189a077 100644 --- a/Documentation/config/gpg.txt +++ b/Documentation/config/gpg.txt @@ -34,7 +34,7 @@ gpg.minTrustLevel:: * `fully` * `ultimate` -gpg.ssh.defaultKeyCommand: +gpg.ssh.defaultKeyCommand:: This command that will be run when user.signingkey is not set and a ssh signature is requested. On successful exit a valid ssh public key is expected in the first line of its output. To automatically use the first |