[U-Boot] [PATCH] patman: Ignore all Gerrit Commit-* tags
Simon Glass
sjg at chromium.org
Wed Apr 3 23:01:39 CEST 2013
These tags are used by Gerrit, so let's ignore all of them.
Signed-off-by: Simon Glass <sjg at chromium.org>
---
tools/patman/patchstream.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tools/patman/patchstream.py b/tools/patman/patchstream.py
index 9d8a918..926b586 100644
--- 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:')
--
1.8.1.3
More information about the U-Boot
mailing list