]> git.ipfire.org Git - thirdparty/git.git/commitdiff
docs: add missing colon to Documentation/config/gpg.txt
authorGreg Hurrell <greg@hurrell.net>
Fri, 17 Dec 2021 16:17:18 +0000 (17:17 +0100)
committerJunio C Hamano <gitster@pobox.com>
Sat, 18 Dec 2021 00:58:16 +0000 (16:58 -0800)
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>
Documentation/config/gpg.txt

index 4f30c7dbdd9f88480ab5ba54ba71f016c6571114..94eba373cce46fd5e27d8d33bd3a17b5dd35accd 100644 (file)
@@ -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