diff options
author | Simon Glass <sjg@chromium.org> | 2013-04-03 11:01:39 +0000 |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2013-04-04 14:04:35 -0700 |
commit | 3fefd5efa664adc06ed49547e817f3e328266a15 (patch) | |
tree | 0674f6458d46e8e374181c517466be63ece4812e /tools/patman | |
parent | ca706e768d01ee30bb0e6f6af7ca65b5a244b56d (diff) | |
download | u-boot-imx-3fefd5efa664adc06ed49547e817f3e328266a15.zip u-boot-imx-3fefd5efa664adc06ed49547e817f3e328266a15.tar.gz u-boot-imx-3fefd5efa664adc06ed49547e817f3e328266a15.tar.bz2 |
patman: Ignore all Gerrit Commit-* tags
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>
Diffstat (limited to 'tools/patman')
-rw-r--r-- | tools/patman/patchstream.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/patman/patchstream.py b/tools/patman/patchstream.py index 5c2d3bc..4fda852 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:') |