gcc/contrib/gcc-changelog
Alexandre Oliva a759bfc7cf
accept <case> and [cond] in ChangeLog
Only '(' and ':' currently terminate file lists in ChangeLog entries
in the ChangeLog parser.  This rules out such legitimate entries as:

* filename <CASE>:
* filename [COND]:

This patch extends the ChangeLog parser to recognize these forms.

for  contrib/ChangeLog

	* gcc-changelog/git_commit.py: Support CASE and COND.
	* gcc-changelog/test_patches.txt: Add test.
	* gcc-changelog/test_email.py: Add test.

Co-Authored-By: Martin Liska <mliska@suse.cz>
2020-07-07 09:05:10 +02:00
..
git_check_commit.py gcc-changelog: support 'This revert commit' prefix. 2020-06-30 10:56:06 +02:00
git_commit.py accept <case> and [cond] in ChangeLog 2020-07-07 09:05:10 +02:00
git_email.py gcc-changelog: come up with GitInfo wrapper. 2020-06-30 10:56:05 +02:00
git_repository.py gcc-changelog: support older GitPython releases. 2020-06-30 17:45:36 +02:00
git_update_version.py gcc-changelog: checkout & pull order 2020-06-18 14:45:39 +02:00
test_email.py accept <case> and [cond] in ChangeLog 2020-07-07 09:05:10 +02:00
test_patches.txt accept <case> and [cond] in ChangeLog 2020-07-07 09:05:10 +02:00