Skip to content
Snippets Groups Projects
Commit 3fefd5ef authored by Simon Glass's avatar Simon Glass
Browse files

patman: Ignore all Gerrit Commit-* tags


These tags are used by Gerrit, so let's ignore all of them.

Signed-off-by: default avatarSimon Glass <sjg@chromium.org>
Reviewed-by: default avatarDoug Anderson <dianders@chromium.org>
parent ca706e76
No related branches found
No related tags found
No related merge requests found
...@@ -31,7 +31,7 @@ from series import Series ...@@ -31,7 +31,7 @@ from series import Series
# Tags that we detect and remove # Tags that we detect and remove
re_remove = re.compile('^BUG=|^TEST=|^BRANCH=|^Change-Id:|^Review URL:' re_remove = re.compile('^BUG=|^TEST=|^BRANCH=|^Change-Id:|^Review URL:'
'|Reviewed-on:|Commit-Ready:') '|Reviewed-on:|Commit-\w*:')
# Lines which are allowed after a TEST= line # Lines which are allowed after a TEST= line
re_allowed_after_test = re.compile('^Signed-off-by:') re_allowed_after_test = re.compile('^Signed-off-by:')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment