Sorry about all the duplicate messages sent previously — I was dusting off `git send-email` for the first time in a long time and thought they were dry runs, but evidently they were not. 🤦 On Fri, Dec 17, 2021, at 5:17 PM, Greg Hurrell wrote: > 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@xxxxxxxxxxx> > --- > 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 > >