Hello Curtis Dunham,
I'd like you to do a code review. Please visit
https://gem5-review.googlesource.com/5141
to review the following change.
Change subject: util: Filter out the For-Upstream commit message tag
......................................................................
util: Filter out the For-Upstream commit message tag
Some internal review flows, e.g. the flow used by ARM Research, uses
the For-Upstream tag to indicate that a change has been approved for
upstream. This tag isn't meaningful outside of the internal review
system. Remove it automatically when running the maintainer script to
prepare patches to be posted upstream.
Change-Id: Ie3745d0e8ad7a1bfddc5ec68ff3e6ff3f91ca8d8
Signed-off-by: Andreas Sandberg <[email protected]>
Reviewed-by: Curtis Dunham <[email protected]>
---
M util/maint/upstream_msg_filter.sed
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/util/maint/upstream_msg_filter.sed
b/util/maint/upstream_msg_filter.sed
index 5fe01cf..5e5a0e7 100755
--- a/util/maint/upstream_msg_filter.sed
+++ b/util/maint/upstream_msg_filter.sed
@@ -44,3 +44,4 @@
/Tested-by:/d;
/Copyright-Check:/d;
/Style-Check:/d;
+/For-Upstream:/d;
--
To view, visit https://gem5-review.googlesource.com/5141
To unsubscribe, or for help writing mail filters, visit
https://gem5-review.googlesource.com/settings
Gerrit-Project: public/gem5
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: Ie3745d0e8ad7a1bfddc5ec68ff3e6ff3f91ca8d8
Gerrit-Change-Number: 5141
Gerrit-PatchSet: 1
Gerrit-Owner: Andreas Sandberg <[email protected]>
Gerrit-Reviewer: Curtis Dunham <[email protected]>
_______________________________________________
gem5-dev mailing list
[email protected]
http://m5sim.org/mailman/listinfo/gem5-dev