From: Greg Hurrell Date: Fri, 17 Dec 2021 16:17:18 +0000 (+0100) Subject: docs: add missing colon to Documentation/config/gpg.txt X-Git-Tag: v2.35.0-rc0~32^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=deb5407a42bfed83cdf8869c824afb5fd24ab442;p=thirdparty%2Fgit.git 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 Signed-off-by: Junio C Hamano --- 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