On 5/29/20 9:45 AM, Martin Liška wrote: > I briefly looked at binutils commits and I believe the scripts can > be directly adopted. Ok, one would need to adjust list of ChangeLog files and bugzilla components. I've changed that in the attached patch. With that one can test it: $ ./contrib/gcc-changelog/git_check_commit.py -g ~/Programming/binutils -n HEAD~300..HEAD (see the attached output) So ~250/300 commit messages can be parsed. And the generated ChangeLog can be seen with: ./contrib/gcc-changelog/git_check_commit.py -g ~/Programming/binutils -n HEAD~300..HEAD -p (see the attached output) Would you be interested in adoption of the script? Martin