Hi Danh, On Thu, 2 Apr 2020 at 12:17, Đoàn Trần Công Danh <congdanhqx@xxxxxxxxx> wrote: > > -S[<keyid>]:: > --gpg-sign[=<keyid>]:: > +--no-gpg-sign:: > GPG-sign commits. The `keyid` argument is optional and > defaults to the committer identity; if specified, it must be > - stuck to the option without a space. > + stuck to the option without a space. "--no-gpg-sign" is useful to > + countermand both `commit.gpgSign` configuration variable, and > + earlier "--gpg-sign". Please use `backticks`: `--no-gpg-sign` and `--gpg-sign` just like you do with `commit.gpgSign`. It will then end up typeset in monospace. This comment applies to all five patches. Thanks for working on this. Martin