contrib/gcc-changelog: Skip over review lines
authorFrederik Harwath <frederik@codesourcery.com>
Tue, 19 May 2020 09:15:28 +0000 (11:15 +0200)
committerFrederik Harwath <frederik@codesourcery.com>
Wed, 20 May 2020 08:36:34 +0000 (10:36 +0200)
commit3bcaf16edd881b81324b6789f7b48ca365463156
treeb5e61851721221a0ee8a5bbf4059c1c4b0eafde7
parent93db1f8055e58916cb8d1d2d6897ec6d6d7c7400
contrib/gcc-changelog: Skip over review lines

git-check-commit.py does not know about "Reviewed-by",
"Reviewed-on", and "Signed-off-by" lines and hence it
expects those lines which follow the ChangeLog entries
to be indented by a tab.

This commit makes the script skip those lines.  No further
processing is attempted because the review information
is not part of the ChangeLogs.

contrib/

2020-05-20  Frederik Harwath  <frederik@codesourcery.com>

* gcc-changelog/git_commit.py: Skip over lines starting
with "Reviewed-by: ", "Reviewed-on: ", or "Signed-off-by: "
contrib/ChangeLog
contrib/gcc-changelog/git_commit.py