aboutsummaryrefslogtreecommitdiff
path: root/contrib/mklog.py
AgeCommit message (Collapse)AuthorFilesLines
2020-09-21mklog.py: Parse first 10 lines for PR/DR numberTobias Burnus1-2/+7
contrib/ChangeLog: * mklog.py: Parse first 10 lines for PR/DR number not only the first line.
2020-05-28mklog: support renaming of filesMartin Liska1-0/+8
contrib/ChangeLog: * mklog.py: Support renaming of files. One needs unidiff 0.6.0+. * test_mklog.py: Test it.
2020-05-26gcc-git: Add prepare-commit-msg hook.Jason Merrill1-1/+22
This patch introduces a prepare-commit-msg hook that appends a ChangeLog skeleton to a commit message when the GCC_FORCE_MKLOG environment variable is set, and a 'git commit-mklog' command set that variable while running 'git commit'. contrib/ChangeLog: * prepare-commit-msg: New file. * gcc-git-customization.sh: Install it. Add commit-mklog alias. * mklog.py: Add new option -c which appends to a ChangeLog file.
2020-05-21mklog: support parsing of DR.Martin Liska1-1/+8
* mklog.py: Support DR parsing. * test_mklog.py: New test for DR parsing.
2020-05-19Use REST API for bug titles in mklog.Martin Liska1-11/+9
* mklog.py: Use REST API for bug title downloading.
2020-05-19mklog.py: improve parsing of struct names (ignore GTY).Martin Liska1-4/+8
* mklog.py: Skip GTY for struct names. Make flake8 happy. * test_mklog.py: Add test for GTY.
2020-05-19New mklog script.Martin Liska1-0/+223
contrib/ChangeLog: 2020-05-15 Martin Liska <mliska@suse.cz> * gcc-git-customization.sh: Add alias.gcc-mklog new hook. * mklog.py: New file. * test_mklog.py: New file.