Hi Duy, On Wed, 15 Aug 2018, Duy Nguyen wrote:
> On Tue, Aug 14, 2018 at 7:43 PM Derrick Stolee <sto...@gmail.com> wrote: > > 2. Number of other commit tag-lines (Reviewed-By, Helped-By, > > Reported-By, etc.). > > > > Using git repo: > > > > $ git log --since=2018-01-01 junio/next|grep by:|grep -v > > Signed-off-by:|sort|uniq -c|sort -nr|head -n 20 > > > > 66 Reviewed-by: Stefan Beller <sbel...@google.com> > > 22 Reviewed-by: Jeff King <p...@peff.net> > > 19 Reviewed-by: Jonathan Tan <jonathanta...@google.com> > > 12 Helped-by: Eric Sunshine <sunsh...@sunshineco.com> > > 11 Helped-by: Junio C Hamano <gits...@pobox.com> > > 9 Helped-by: Jeff King <p...@peff.net> > > 8 Reviewed-by: Elijah Newren <new...@gmail.com> > > 7 Reported-by: Ramsay Jones <ram...@ramsayjones.plus.com> > > 7 Acked-by: Johannes Schindelin <johannes.schinde...@gmx.de> > > 7 Acked-by: Brandon Williams <bmw...@google.com> > > 6 Reviewed-by: Eric Sunshine <sunsh...@sunshineco.com> > > 6 Helped-by: Johannes Schindelin <johannes.schinde...@gmx.de> > > 5 Mentored-by: Christian Couder <christian.cou...@gmail.com> > > 5 Acked-by: Johannes Schindelin <johannes.schinde...@gmx.de> > > 4 Reviewed-by: Jonathan Nieder <jrnie...@gmail.com> > > 4 Reviewed-by: Johannes Schindelin <johannes.schinde...@gmx.de> > > 4 Helped-by: Stefan Beller <sbel...@google.com> > > 4 Helped-by: René Scharfe <l....@web.de> > > 3 Reviewed-by: Martin Ågren <martin.ag...@gmail.com> > > 3 Reviewed-by: Lars Schneider <larsxschnei...@gmail.com> > > > > (There does not appear to be enough density here to make a useful > > metric.) > > If your database keeps mail relationship (e.g. what mail is replied to > what according to In-Reply-To header) then look for mail replies to > patches. I think we have a rough picture who are active reviewers with > that. Not really, as there is a high percentage of "on a tangent" replies in many, many patch threads. Ciao, Dscho