Re: [PATCH] [RFC] get_maintainer.pl: only list maintainers bydefault

From: Florian Mickler
Date: Sun May 09 2010 - 04:49:27 EST


On Sat, 08 May 2010 17:57:13 -0700
Joe Perches <joe@xxxxxxxxxxx> wrote:

> On Sun, 2010-05-09 at 02:22 +0200, Stefan Richter wrote:
> > But how does this indicate a need to include these addresses into
> > get_maintainer.pl output? In no way at all.
>
> Supporting stats please.

#number of one-off tested-by/reported-by appearences
git log --since=1-year-ago | grep -Pi "(reported|tested)-by:.*@" | cut -f2- -d":" | sort | uniq -c | awk '{print $1}' | grep '^1$' | wc -l
822

cheers,
Flo

p.s.: please double check the cmdline, but i think this is correct.
--
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/