Re: [PATCH] gcc-changelog: Make This reverts stricter.

2022-03-28 Thread Martin Liška
On 3/28/22 12:38, Andreas Schwab wrote: On Mär 28 2022, Martin Liška wrote: +revert_regex = re.compile(r'This reverts commit (?P[0-9a-f]+).$') Is the trailing '.' supposed to match literally? Yes, pushed as a74ccc8cb02220ca45a1d0222ba5ba986abae570. Thanks, Martin

Re: [PATCH] gcc-changelog: Make This reverts stricter.

2022-03-28 Thread Andreas Schwab
On Mär 28 2022, Martin Liška wrote: > +revert_regex = re.compile(r'This reverts commit (?P[0-9a-f]+).$') Is the trailing '.' supposed to match literally? -- Andreas Schwab, sch...@linux-m68k.org GPG Key fingerprint = 7578 EB47 D4E5 4D69 2510 2552 DF73 E780 A9DA AEC1 "And now for something comp

[PATCH] gcc-changelog: Make This reverts stricter.

2022-03-28 Thread Martin Liška
Make the parsing stricter so that we won't parse: This reverts commit r12-1434-g046a3beb1673bf to fix PR target/104882. Installed. Martin contrib/ChangeLog: * gcc-changelog/git_commit.py: Make the parsing stricter. --- contrib/gcc-changelog/git_commit.py | 4 ++-- 1 file changed, 2 in