On Sun, Feb 16, 2025 at 8:37 AM Phillip Wood via GitGitGadget <gitgitgadget@xxxxxxxxx> wrote: > > From: Phillip Wood <phillip.wood@xxxxxxxxxxxxx> > > 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@xxxxxxxxxxxxx> > --- > Documentation/git-merge-tree.txt | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > > diff --git a/Documentation/git-merge-tree.txt b/Documentation/git-merge-tree.txt > index efb16b4f27d..cf0578f9b5e 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 > -- > gitgitgadget Seems to be the only line in git-merge-tree.txt matching <<.*>> which also matches <<[,]*>>; i.e. looks like the only case that needed to be fixed. Thanks for fixing it.