From 5a7ac72aa106a34f12662b3cd2da8dab47b668a0 Mon Sep 17 00:00:00 2001 From: Andreas Sandberg Date: Tue, 3 Oct 2017 14:31:58 +0100 Subject: 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 Reviewed-by: Curtis Dunham Reviewed-on: https://gem5-review.googlesource.com/5141 Reviewed-by: Jason Lowe-Power Maintainer: Jason Lowe-Power --- util/maint/upstream_msg_filter.sed | 1 + 1 file changed, 1 insertion(+) (limited to 'util') diff --git a/util/maint/upstream_msg_filter.sed b/util/maint/upstream_msg_filter.sed index 5fe01cfcb..5e5a0e75b 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; -- cgit v1.2.3