mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-19 05:31:32 +00:00
patman: Add additional tags to ignore
The BRANCH= tag can be used to indicate the destination branch for a commit. Ignore this tag. Also ignore the gerrit 'Commit-Ready:' tag. Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
parent
57a87a25f7
commit
619dd5de69
1 changed files with 2 additions and 2 deletions
|
@ -30,8 +30,8 @@ import gitutil
|
||||||
from series import Series
|
from series import Series
|
||||||
|
|
||||||
# Tags that we detect and remove
|
# Tags that we detect and remove
|
||||||
re_remove = re.compile('^BUG=|^TEST=|^Change-Id:|^Review URL:'
|
re_remove = re.compile('^BUG=|^TEST=|^BRANCH=|^Change-Id:|^Review URL:'
|
||||||
'|Reviewed-on:|Reviewed-by:')
|
'|Reviewed-on:|Reviewed-by:|Commit-Ready:')
|
||||||
|
|
||||||
# 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:')
|
||||||
|
|
Loading…
Add table
Reference in a new issue