Re: [PATCH RFC] mklog: add subject line skeleton

2021-06-17 Thread Jason Merrill via Gcc-patches
On 6/17/21 5:17 AM, Martin Liška wrote: On 6/17/21 5:42 AM, Jason Merrill wrote: |Does this seem like an improvement?| Yes, I support the patch. I've made some adjustments to the patch in order to make flake8 happy. Pushed with those changes, thanks. Jason

Re: [PATCH RFC] mklog: add subject line skeleton

2021-06-17 Thread Martin Liška
On 6/17/21 5:42 AM, Jason Merrill wrote: |Does this seem like an improvement?| Yes, I support the patch. I've made some adjustments to the patch in order to make flake8 happy. Martin diff --git a/contrib/mklog.py b/contrib/mklog.py index 5c93c707128..1f59055e723 100755 --- a/contrib/mklog.py

[PATCH RFC] mklog: add subject line skeleton

2021-06-16 Thread Jason Merrill via Gcc-patches
In the recent gcc-commit-mklog thread on gcc@ it occurred to me that the command could also fill in part of the commit subject line. If the first PR is foo/1234, and the commit does not yet have a subject line, this will add foo: [PR1234] Does this seem like an improvement? contrib/ChangeLog: