Re: [PATCH] get_maintainer.pl: optionally ignore non-maintainertags

From: Joe Perches
Date: Sat May 08 2010 - 18:06:22 EST


On Sat, 2010-05-08 at 23:32 +0200, florian@xxxxxxxxxxx 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@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/