diff options
| author | Phillip Wood <phillip.wood@dunelm.org.uk> | 2025-02-18 16:24:39 +0000 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2025-02-18 09:52:40 -0800 |
| commit | 6a9ae8101525360b8f79ed20d2f483616bd39c90 (patch) | |
| tree | 12dacc78804770e6f6d77d6621446e0b3dfef187 | |
| parent | 3e681a7ccc97b81f9c93e5b4ca6d3a85d9817285 (diff) | |
| download | git-6a9ae8101525360b8f79ed20d2f483616bd39c90.tar.gz | |
merge-tree: fix link formatting in html docs
In the html documentation the link to the "OUTPUT" section is surrounded
by square brackets. Fix this by adding explicit link text to the cross
reference.
Signed-off-by: Phillip Wood <phillip.wood@dunelm.org.uk>
Acked-by: Elijah Newren <newren@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
| -rw-r--r-- | Documentation/git-merge-tree.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Documentation/git-merge-tree.txt b/Documentation/git-merge-tree.txt index efb16b4f27..cf0578f9b5 100644 --- a/Documentation/git-merge-tree.txt +++ b/Documentation/git-merge-tree.txt @@ -49,7 +49,8 @@ OPTIONS Do not quote filenames in the <Conflicted file info> section, and end each filename with a NUL character rather than newline. Also begin the messages section with a NUL character - instead of a newline. See <<OUTPUT>> below for more information. + instead of a newline. See <<OUTPUT,OUTPUT>> below for more + information. --name-only:: In the Conflicted file info section, instead of writing a list |
