[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1340193105-10734-1-git-send-email-aletes.xgr@gmail.com>
Date: Wed, 20 Jun 2012 08:51:44 -0300
From: Alexandre Pereira da Silva <aletes.xgr@...il.com>
To: unlisted-recipients:; (no To-header on input)
Cc: Alexandre Pereira da Silva <aletes.xgr@...il.com>,
Andrew Morton <akpm@...ux-foundation.org>,
Joe Perches <joe@...ches.com>,
Ian Campbell <Ian.Campbell@...rix.com>,
Richard Weinberger <richard@....at>,
linux-kernel@...r.kernel.org
Subject: [PATCH] scripts/get_maintainer.pl: Add tested-by signature
The tester of the patch should also be listed to receive patch
notifications.
Signed-off-by: Alexandre Pereira da Silva <aletes.xgr@...il.com>
---
scripts/get_maintainer.pl | 1 +
1 file changed, 1 insertion(+)
diff --git a/scripts/get_maintainer.pl b/scripts/get_maintainer.pl
index 0948c6b..5715773 100755
--- a/scripts/get_maintainer.pl
+++ b/scripts/get_maintainer.pl
@@ -81,6 +81,7 @@ my $penguin_chiefs = "\(" . join("|", @penguin_chief_names) . "\)";
my @signature_tags = ();
push(@signature_tags, "Signed-off-by:");
push(@signature_tags, "Reviewed-by:");
+push(@signature_tags, "Tested-by:");
push(@signature_tags, "Acked-by:");
# rfc822 email address - preloaded methods go here.
--
1.7.10
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists