Prev: [OPPS] btrfs on 33-3 with latest from btrfs-unstable.git master
Next: Reactivation Of Your Email Account
From: Joe Perches on 8 May 2010 18:10 On Sat, 2010-05-08 at 23:32 +0200, florian(a)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. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
From: Stefan Richter on 9 May 2010 05:40
florian(a)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. > > Signed-Off-By:'s because that are people who are responsible for the code > in question. > > Reviewed-By:'s because people responsible for the code in question > obviously thought that the review-feedback for this changeset by that > person was valuable. > > The Acked-By: is questionable, but as people listed with this tag > tend to be active linux gatekeepers, false positives are tolerable. This and "get_maintainer.pl: only list maintainers by default" in conjunction: Reviewed-by: Stefan Richter <stefanr(a)s5r6.in-berlin.de> But *don't* record this in the git history because then somebody might think I want to be Cc'd on get_maintainer.pl patches. -- Stefan Richter -=====-==-=- -=-= -=--= http://arcgraph.de/sr/ -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/ |