From: | Alvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org> |
---|---|
To: | Magnus Hagander <magnus(at)hagander(dot)net> |
Cc: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, pgsql-www(at)lists(dot)postgresql(dot)org |
Subject: | Re: Weird mangling of a commit log entry in gitweb summary |
Date: | 2022-07-18 07:34:23 |
Message-ID: | 20220718073423.jkbdwyhgnrlbgjjg@alvherre.pgsql |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-www |
On 2022-Jul-17, Magnus Hagander wrote:
> On Sun, Jul 17, 2022 at 1:26 AM Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> wrote:
> > 6 hours ago Tom Lane Remove postc's reset_shared() wrapper function. commit | commitdiff | tree
> >
> > What's up with that?
>
> I have no idea why but it's clearly getting confused by the single
> quote. But it doesn't appear to do that in other places where there's
> a single quote in there. I see nothing strange with the commit message
> itself, and the cgit view of it shows nothing strange either...
How do you know it's the single quote? The problem is not adjacent to
that. Maybe it's replacing the string "branch name followed by period"
with an empty string.
If you go to
https://git.postgresql.org/gitweb/?p=postgresql.git;a=shortlog;pg=11
you'll see the commit title for 6c4a8903b93f show as:
TAP tests: check for postpid anyway when "pg_ctl start...
which was:
TAP tests: check for postmaster.pid anyway when "pg_ctl start" fails.
--
Álvaro Herrera Breisgau, Deutschland — https://www.EnterpriseDB.com/
From | Date | Subject | |
---|---|---|---|
Next Message | Julien Rouhaud | 2022-07-18 08:19:14 | Re: Weird mangling of a commit log entry in gitweb summary |
Previous Message | MichaelDBA | 2022-07-17 22:57:50 | Wiki editor request |