Re: [PATCH] Support DR entries for gcc-changelog.

2020-05-21 Thread Martin Liška
On 5/21/20 10:49 AM, Jakub Jelinek wrote: On Thu, May 21, 2020 at 10:23:38AM +0200, Martin Liška wrote: Hi. The patch understand DR entries in git commit messages and preserve them for ChangeLog entries. Do you handle other free-style comments above the commit? No. Note that the PR (and DR

Re: [PATCH] Support DR entries for gcc-changelog.

2020-05-21 Thread Jakub Jelinek via Gcc-patches
On Thu, May 21, 2020 at 10:23:38AM +0200, Martin Liška wrote: > Hi. > > The patch understand DR entries in git commit messages and > preserve them for ChangeLog entries. Do you handle other free-style comments above the commit? I mean, especially in gcc/cp/ Jason, Marek and others use something l

[PATCH] Support DR entries for gcc-changelog.

2020-05-21 Thread Martin Liška
Hi. The patch understand DR entries in git commit messages and preserve them for ChangeLog entries. Installed to master. Martin contrib/ChangeLog: 2020-05-21 Martin Liska * gcc-changelog/git_commit.py: Support DR entries/ * gcc-changelog/test_email.py: New test for it.