summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLibravatar Greg Hurrell <greg@hurrell.net>2021-12-17 17:17:18 +0100
committerLibravatar Junio C Hamano <gitster@pobox.com>2021-12-17 16:58:16 -0800
commitdeb5407a42bfed83cdf8869c824afb5fd24ab442 (patch)
tree0d40e8431afc72d4f1bf018d8c85080a67256ff9
parentGit 2.34.1 (diff)
downloadtgif-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>
-rw-r--r--Documentation/config/gpg.txt2
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