On Fri, Dec 17, 2021 at 10:44 AM Eric Sunshine <sunshine@xxxxxxxxxxxxxx> wrote: > > +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 > > If you want to tackle them, some other fixes would be: > > * "This _is the_ command that..." or "This command will be..." > > * in user-facing documentation, we use camelCase for configuration > names, so "user.signingkey" should be "user.signingKey" > > * s/ssh/SSH/ > > * s/exit/exit,/ Oh, I forgot to mention that we typically want to use backticks to typeset text with fixed-width font for elements such as: `user.signingKey` `ssh-agent` `ssh-add -L`