[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <1273356373.704.56.camel@Joe-Laptop.home>
Date: Sat, 08 May 2010 15:06:13 -0700
From: Joe Perches <joe@...ches.com>
To: florian@...kler.org
Cc: Andrew Morton <akpm@...ux-foundation.org>,
Stephen Hemminger <shemminger@...tta.com>,
linux-kernel@...r.kernel.org,
Stefan Richter <stefanr@...6.in-berlin.de>
Subject: Re: [PATCH] get_maintainer.pl: optionally ignore non-maintainer
tags
On Sat, 2010-05-08 at 23:32 +0200, florian@...kler.org wrote:
> Using --git to determine who to send a patch to, it is not
> reasonable to include people that only reported an issue or tested a
> patch. Thus we restrict the candidates to be the one's listed with
> Reviewed-By, Signed-Off-By and Acked-By tags.
[]
> + my $tagPattern;
> + if ($email_git_maintainers) {
> + $tagPattern = join("|",@maintainer_tags);
> + } else {
> + $tagPattern = "[^ \t]+";
I think the else case should be "[a-z _-]+" as some
non-standard signatures have embedded spaces.
--
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