Todd Zullinger [off-list ref] writes:
I was reading git-refs(1) after noticing it learned some new tricks
in the 2.56.0 release notes. The formatting stood out because the
first two commands, migrate and verify are bold (in the man pages)
but subsequent commands are not. The HTML is similarly affected,
with those commands colored differently than the rest in our online
documentation:
https://git-scm.com/docs/git-refs
This is due to inconsistent backtick-quotes.
As git-refs.adoc includes pack-refs-options.adoc, I updated it to
consistently use backtick quoting and converted the only other file
which includes it, git-pack-refs.adoc.
Changes since v2:
* improve wording of pack-refs commit message and change
"configuration key" to "options".
Thanks, will replace.