projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ca706e7
)
patman: Ignore all Gerrit Commit-* tags
author
Simon Glass
<sjg@chromium.org>
Wed, 3 Apr 2013 11:01:39 +0000
(11:01 +0000)
committer
Simon Glass
<sjg@chromium.org>
Thu, 4 Apr 2013 21:04:35 +0000
(14:04 -0700)
These tags are used by Gerrit, so let's ignore all of them.
Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Doug Anderson <dianders@chromium.org>
tools/patman/patchstream.py
patch
|
blob
|
history
diff --git
a/tools/patman/patchstream.py
b/tools/patman/patchstream.py
index 5c2d3bc9b0cef923b8377320971e82c2e7d7c13e..4fda852213a9b4aba78717752c850840702481f6 100644
(file)
--- a/
tools/patman/patchstream.py
+++ b/
tools/patman/patchstream.py
@@
-31,7
+31,7
@@
from series import Series
# Tags that we detect and remove
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
re_allowed_after_test = re.compile('^Signed-off-by:')