]> git.ipfire.org Git - thirdparty/git.git/commit
doc lint: check that synopsis manpages have synopsis inlines
authorJean-Noël Avila <jn.avila@free.fr>
Mon, 11 Aug 2025 20:53:20 +0000 (20:53 +0000)
committerJunio C Hamano <gitster@pobox.com>
Mon, 11 Aug 2025 21:16:04 +0000 (14:16 -0700)
commit84f3d6e11e085a52e561a509f2433208f22c6d3b
tree209d9ff6ddc38674fbb20f1129e6beeaa1077300
parent93203872d721cfe98b89de108bfaea36f102a241
doc lint: check that synopsis manpages have synopsis inlines

When switching manpages to the synopsis style, the description lists of
options need to be switched to inline synopsis for proper formatting. This
is done by enclosing the option name in double backticks, e.g. `--option`.

Signed-off-by: Jean-Noël Avila <jn.avila@free.fr>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-checkout.adoc
Documentation/git-refs.adoc
Documentation/lint-documentation-style.perl