Andreas Sandberg has submitted this change and it was merged. (
https://gem5-review.googlesource.com/5141 )
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]>
Reviewed-on: https://gem5-review.googlesource.com/5141
Reviewed-by: Jason Lowe-Power <[email protected]>
Maintainer: Jason Lowe-Power <[email protected]>
---
M util/maint/upstream_msg_filter.sed
1 file changed, 1 insertion(+), 0 deletions(-)
Approvals:
Jason Lowe-Power: Looks good to me, approved; Looks good to me, approved
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: merged
Gerrit-Change-Id: Ie3745d0e8ad7a1bfddc5ec68ff3e6ff3f91ca8d8
Gerrit-Change-Number: 5141
Gerrit-PatchSet: 2
Gerrit-Owner: Andreas Sandberg <[email protected]>
Gerrit-Reviewer: Andreas Sandberg <[email protected]>
Gerrit-Reviewer: Curtis Dunham <[email protected]>
Gerrit-Reviewer: Jason Lowe-Power <[email protected]>
_______________________________________________
gem5-dev mailing list
[email protected]
http://m5sim.org/mailman/listinfo/gem5-dev