gcc-changelog/git_commit.py: Check for missing description
authorTobias Burnus <tobias@codesourcery.com>
Wed, 4 Nov 2020 09:35:54 +0000 (10:35 +0100)
committerTobias Burnus <tobias@codesourcery.com>
Wed, 4 Nov 2020 09:35:54 +0000 (10:35 +0100)
commit619039de36a78164c67a2c62a425a444340d4a06
tree27b7da119ef29a3d5c688b3bd14fc5d67094401e
parentc4f6330722a26b91d07c9497ebd81efd64acbdea
gcc-changelog/git_commit.py: Check for missing description

Especially when using mklog.py, it is simply to forget to fill in
the entries after the '\t* file.c (section):' or '\t(section):'.

contrib/ChangeLog:

* gcc-changelog/git_commit.py (item_parenthesis_empty_regex,
item_parenthesis_regex): Add.
(check_for_empty_description): Use them.
* gcc-changelog/test_email.py (test_emptry_entry_desc,
test_emptry_entry_desc_2): Add.
* gcc-changelog/test_patches.txt: Add two testcases for it.
contrib/gcc-changelog/git_commit.py
contrib/gcc-changelog/test_email.py
contrib/gcc-changelog/test_patches.txt