diff options
author | Greg Hurrell <greg@hurrell.net> | 2021-12-17 17:17:18 +0100 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2021-12-17 16:58:16 -0800 |
commit | deb5407a42bfed83cdf8869c824afb5fd24ab442 (patch) | |
tree | 0d40e8431afc72d4f1bf018d8c85080a67256ff9 /Documentation | |
parent | Git 2.34.1 (diff) | |
download | tgif-deb5407a42bfed83cdf8869c824afb5fd24ab442.tar.xz |
docs: add missing colon to Documentation/config/gpg.txt
Add missing colon to ensure correct rendering of definition list
item. Without the proper number of colons, it renders as just another
top-level paragraph rather than a list item.
Signed-off-by: Greg Hurrell <greg@hurrell.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation')
-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 4f30c7dbdd..94eba373cc 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 |