The missing colon here caused the docs to misrender in places such as: https://git-scm.com/docs/git-config where, the `gpg.ssh.defaultKeyCommand` option lacked bold styling and didn't get an anchor link like its neighbors have; eg: https://git-scm.com/docs/git-config#Documentation/git-config.txt-gpgsshallowedSignersFile --- Documentation/config/gpg.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.33.0