From: Martin Ågren Date: Fri, 6 Jun 2025 12:31:36 +0000 (+0200) Subject: diff-generate-patch.adoc: drop spurious backticks X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=65dff89c6b829a95d53c5cee8af435346c54406e;p=thirdparty%2Fgit.git diff-generate-patch.adoc: drop spurious backticks Commit 0b080a70ab (doc: git-diff: apply format changes to diff-generate-patch, 2024-11-18) wrapped the ".." in mode ,.. in backticks. Note how the line before is quite similar, index ,.. but did not get any backticks. Remove the backticks, since they confuse Asciidoctor. The exact failure mode changed with c87b2b3a6f (doc: fix asciidoctor synopsis processing of triple-dots, 2025-04-12), and arguably to the better. But Asciidoctor (2.0.18) still ends up confused by these backticks and leaves the manpage rendering as index ,.. mode ,`..____ {empty}`new file mode Drop the backticks. This is a no-op with asciidoc (10.2.0). Signed-off-by: Martin Ågren Signed-off-by: Junio C Hamano --- diff --git a/Documentation/diff-generate-patch.txt b/Documentation/diff-generate-patch.txt index e5c813c96f..7b6cdd1980 100644 --- a/Documentation/diff-generate-patch.txt +++ b/Documentation/diff-generate-patch.txt @@ -138,7 +138,7 @@ or like this (when the `--cc` option is used): + [synopsis] index ,.. -mode ,`..` +mode ,.. new file mode deleted file mode , +