lkml.org 
[lkml]   [2010]   [May]   [8]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
SubjectRe: [PATCH] get_maintainer.pl: optionally ignore non-maintainer tags
From
Date
On Sat, 2010-05-08 at 23:32 +0200, florian@mickler.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.



\
 
 \ /
  Last update: 2010-05-09 00:09    [W:0.084 / U:0.080 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site