[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Release branch added to git
From: |
Gavin Smith |
Subject: |
Re: Release branch added to git |
Date: |
Sat, 12 Nov 2022 23:07:56 +0000 |
On Sat, Nov 12, 2022 at 11:53:19PM +0100, Patrice Dumas wrote:
> It looks like a bug,
> @@ -9916,6 +9927,7 @@ sub output($$)
> if (!$fulltitle and $self->{'global_commands'}->{'titlefont'}
> and $self->{'global_commands'}->{'titlefont'}->[0]->{'args'}
> and
> defined($self->{'global_commands'}->{'titlefont'}->[0]->{'args'}->[0])
> + and $self->{'global_commands'}->{'titlefont'}->[0]->{'contents'}
> and
> @{$self->{'global_commands'}->{'titlefont'}->[0]->{'args'}->[0]->{'contents'}})
> {
> $fulltitle = $self->{'global_commands'}->{'titlefont'}->[0];
> }
>
> should be
> and
> $self->{'global_commands'}->{'titlefont'}->[0]->{'args'}->[0]->{'contents'}
>
> I will do a fix in master.
It looks correct on master so it looks as if I fixed the merge conflict
incorrectly.
- git structure and release policy, Gavin Smith, 2022/11/08
- Re: git structure and release policy, Eli Zaretskii, 2022/11/08
- Re: git structure and release policy, Gavin Smith, 2022/11/08
- Re: git structure and release policy, Eli Zaretskii, 2022/11/08
- Re: git structure and release policy, Gavin Smith, 2022/11/08
- Release branch added to git, Gavin Smith, 2022/11/12
- Re: Release branch added to git, Raymond Toy, 2022/11/12
- Re: Release branch added to git, Gavin Smith, 2022/11/12
- Re: Release branch added to git, Raymond Toy, 2022/11/12
- Re: Release branch added to git, Patrice Dumas, 2022/11/12
- Re: Release branch added to git,
Gavin Smith <=
- Re: Release branch added to git, Patrice Dumas, 2022/11/12
- Re: Release branch added to git, Patrice Dumas, 2022/11/12
- Re: Release branch added to git, Gavin Smith, 2022/11/12
- Re: Release branch added to git, Patrice Dumas, 2022/11/12
- Re: Release branch added to git, Robert Pluim, 2022/11/23
- Re: Release branch added to git, Gavin Smith, 2022/11/23
Re: git structure and release policy, Sam James, 2022/11/08