lkml.org 
[lkml]   [2010]   [May]   [8]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
From
Subject[PATCH] [RFC] get_maintainer.pl: only list maintainers by default
Date
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@mickler.org>
---
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


\
 
 \ /
  Last update: 2010-05-08 23:43    [W:0.088 / U:0.256 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site