]> git.ipfire.org Git - thirdparty/git.git/commit
doc: convert git-format-patch synopsis and options to new style
authorJean-Noël Avila <jn.avila@free.fr>
Thu, 23 Jul 2026 21:19:24 +0000 (21:19 +0000)
committerJunio C Hamano <gitster@pobox.com>
Thu, 23 Jul 2026 21:26:58 +0000 (14:26 -0700)
commite9a99ef2dafecf03adc00229a6d5ceb10a8f3058
tree6001dae760339f1d3ac0dc623ad93c6984eac1f8
parentb71b9d79cf2217cb55d050c231c2a0bbaf2882be
doc: convert git-format-patch synopsis and options to new style

Replace [verse] with [synopsis] in the SYNOPSIS block and remove
single-quote formatting from the command name.

Backtick-quote all option terms in the OPTIONS section, convert
standalone placeholders to _<placeholder>_ form, and convert
single-quoted commands and tools in prose to backtick form.

Also update the included files:
- diff-options.adoc: backtick-quote the git-format-patch-specific
  option terms (-p, --no-stat, --max-depth=<depth>)
- format-patch-caveats.adoc: convert patch(1) to `patch`(1)

Signed-off-by: Jean-Noël Avila <jn.avila@free.fr>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/diff-options.adoc
Documentation/git-format-patch.adoc