[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20100509104919.3ec3e9ba@schatten.dmk.lab>
Date: Sun, 9 May 2010 10:49:19 +0200
From: Florian Mickler <florian@...kler.org>
To: Joe Perches <joe@...ches.com>
Cc: Stefan Richter <stefanr@...6.in-berlin.de>,
Andrew Morton <akpm@...ux-foundation.org>,
Stephen Hemminger <shemminger@...tta.com>,
linux-kernel@...r.kernel.org
Subject: Re: [PATCH] [RFC] get_maintainer.pl: only list maintainers by
default
On Sat, 08 May 2010 17:57:13 -0700
Joe Perches <joe@...ches.com> 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@...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