public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] scripts/get_maintainer.pl: Add tested-by signature
@ 2012-06-20 11:51 Alexandre Pereira da Silva
  2012-06-20 16:25 ` Joe Perches
  0 siblings, 1 reply; 13+ messages in thread
From: Alexandre Pereira da Silva @ 2012-06-20 11:51 UTC (permalink / raw)
  Cc: Alexandre Pereira da Silva, Andrew Morton, Joe Perches,
	Ian Campbell, Richard Weinberger, linux-kernel

The tester of the patch should also be listed to receive patch
notifications.

Signed-off-by: Alexandre Pereira da Silva <aletes.xgr@gmail.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


^ permalink raw reply related	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2012-06-28 18:09 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-06-20 11:51 [PATCH] scripts/get_maintainer.pl: Add tested-by signature Alexandre Pereira da Silva
2012-06-20 16:25 ` Joe Perches
2012-06-20 21:39   ` Andrew Morton
2012-06-20 21:51     ` Jesper Juhl
2012-06-20 21:54     ` Joe Perches
2012-06-20 21:58       ` richard -rw- weinberger
2012-06-20 22:17         ` Joe Perches
2012-06-20 22:10     ` [PATCH] scripts/get_maintainer.pl: Test for non-standard signatures Joe Perches
2012-06-20 22:25       ` Joe Perches
     [not found]     ` <CAGxyxNCwESN4jsYYDRv6sFax4K4hBP5bOY12LEm_WsqKeGJHsA@mail.gmail.com>
2012-06-21 12:59       ` [PATCH] scripts/get_maintainer.pl: Add tested-by signature Alexandre Pereira da Silva
2012-06-21 16:36     ` Geert Uytterhoeven
2012-06-28 10:04     ` Peter Zijlstra
2012-06-28 18:09       ` Joe Perches

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox