]> git.ipfire.org Git - thirdparty/git.git/commit
doc/diff-options: fix link to generating patch section
authorSergey Organov <sorganov@gmail.com>
Wed, 6 Sep 2023 07:15:07 +0000 (10:15 +0300)
committerJunio C Hamano <gitster@pobox.com>
Wed, 6 Sep 2023 15:58:45 +0000 (08:58 -0700)
commit11422f23e3ed0efc60288e92a77c42c8fa6c1483
tree0e63f1c8098fb254b3768f0214c3da544fcadb28
parentfb7d80edcae482f4fa5d4be0227dc3054734e5f3
doc/diff-options: fix link to generating patch section

When formatted as man-page, the section title is rendered
"GENERATING PATCH TEXT WITH -P" whereas reference still reads
"Generating patch text with -p", that is inconsistent and makes
searching harder than it needs to be.

Fix this by getting rid of custom reference text.

Also, documentation for every command that describes `-p` option by
including the "diff-options.txt" file does include the
"diff-generate-patch.txt" file as well (as it should), so the internal
link is in fact useful for any of them.

Fix this by getting rid of conditionals around the reference.

Fixes: ebdc46c242 (docs: link generating patch sections)
Signed-off-by: Sergey Organov <sorganov@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/diff-options.txt