[PATCH] [RFC] get_maintainer.pl: only list maintainers by default

From: florian
Date: Sat May 08 2010 - 17:40:01 EST


If scm meta-information is used, only list people that signed-off or
acked or reviewed the code in question.

after all it's called get_maintainer.pl and not
get_random_people_to_look_at_the_code.pl

Signed-off-by: Florian Mickler <florian@xxxxxxxxxxx>
---
scripts/get_maintainer.pl | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/scripts/get_maintainer.pl b/scripts/get_maintainer.pl
index 8e974bb..2c53476 100755
--- a/scripts/get_maintainer.pl
+++ b/scripts/get_maintainer.pl
@@ -25,7 +25,7 @@ my $email_list = 1;
my $email_subscriber_list = 0;
my $email_git_penguin_chiefs = 0;
my $email_git = 1;
-my $email_git_maintainers = 0;
+my $email_git_maintainers = 1;
my $email_git_blame = 0;
my $email_git_min_signatures = 1;
my $email_git_max_maintainers = 5;
--
1.7.0.4

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/