]> git.ipfire.org Git - thirdparty/git.git/commit
doc: convert git-apply synopsis and options to new style
authorJean-Noël Avila <jn.avila@free.fr>
Mon, 25 May 2026 10:28:26 +0000 (10:28 +0000)
committerJunio C Hamano <gitster@pobox.com>
Mon, 25 May 2026 11:05:44 +0000 (20:05 +0900)
commitba1c516edabccd3e195746a8be842a70cdea6502
treecbda3d631f4f60f23c4cc655dd5f321be9449159
parent242d3aa317ccaa3e7c5f6bf2218ccbdd8a0a26e9
doc: convert git-apply synopsis and options to new style

Convert git-apply from [verse]/single-quote style to the modern
synopsis-block style:

- Replace [verse] with [synopsis] in SYNOPSIS block
- Backtick-quote all OPTIONS terms and config keys in config/apply.adoc
- Convert single-quoted inline commands ('git apply', 'diff', etc.)
- Wrap standalone placeholders in underscores (<n>, <root>, <action>)
- Backtick-quote `*.rej` and GNU `patch` tool references

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