[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] [RFC PATCH v2] contrib: add a basic gitdm config
From: |
Aleksandar Markovic |
Subject: |
Re: [Qemu-devel] [RFC PATCH v2] contrib: add a basic gitdm config |
Date: |
Thu, 13 Dec 2018 14:27:15 +0100 |
On Dec 13, 2018 2:45 AM, address@hidden wrote:
>
>
> On Dec 12, 2018 11:26 AM, "Alex Bennée" <address@hidden> wrote:
> >
> > This is a QEMU specific version of a gitdm config for generating
> > reports on the contributor base of the project. I've added enough
> > group maps and domain aliases to ensure the current top ten is as
> > reflective as it can be. As of this commit running:
> >
> > git log --numstat --since "Last Year" | gitdm -n -l 10
> >
> > Reports:
> >
> > Top changeset contributors by employer
> > Red Hat 3126 (44.0%)
> > Linaro 1166 (16.4%)
> > (None) 684 (9.6%)
> > IBM 348 (4.9%)
> > Virtuozzo 168 (2.4%)
> > Xilinx 102 (1.4%)
> > Wave Computing 101 (1.4%)
> > Igalia 93 (1.3%)
> > Cadence Design Systems 88 (1.2%)
> > SiFive 59 (0.8%)
> >
> > Top lines changed by employer
> > Red Hat 143166 (27.9%)
> > Cadence Design Systems 126554 (24.6%)
> > Linaro 78845 (15.3%)
> > Wave Computing 32263 (6.3%)
> > (None) 21789 (4.2%)
> > SiFive 14392 (2.8%)
> > IBM 12219 (2.4%)
> > Virtuozzo 10445 (2.0%)
> > CodeWeavers 9179 (1.8%)
> > Xilinx 4572 (0.9%)
> >
> > Signed-off-by: Alex Bennée <address@hidden>
> >
> > ---
> > v2
> > - use aliases instead of .mailmap
> > - add more companies to domainmap
> > - add more groups to cover non-corporate email
> > - add an individuals group-map for (None)
> > - limit the stats to top ten
> > ---
> > contrib/gitdm/aliases | 27 +++
> > contrib/gitdm/domain-map | 18 ++
> > contrib/gitdm/filetypes.txt | 362 ++++++++++++++++++++++++++++
> > contrib/gitdm/group-map-cadence | 3 +
> > contrib/gitdm/group-map-codeweavers | 1 +
> > contrib/gitdm/group-map-ibm | 6 +
> > contrib/gitdm/group-map-redhat | 7 +
> > contrib/gitdm/group-map-wavecomp | 9 +
> > gitdm.config | 48 ++++
> > 9 files changed, 481 insertions(+)
> >
>
> ...
>
> > +++ b/contrib/gitdm/group-map-wavecomp
> > @@ -0,0 +1,9 @@
> > +#
> > +# Wave Computing acquired MIPS in June 2018 from imgtec
> > +#
> > +
> > address@hidden
> > address@hidden
> > address@hidden
> > address@hidden
> > address@hidden
>
> Alex! Thanks for this idea, and efforts!
>
> However, the ownership of MIPS was more complex than stated in the
comment above. Up to Feb 2013 we had mips.com mails, then up to Oct 2017
imgtec.com mails, then up to June 2018 again mips.com mails, and from then
on wavecomp.com mails. See Wikipedia article for mips for details. I would
modify the comment above to say:
>
> " Wave Computing acquired MIPS in June 2018. Also, from February 2013 to
October 2017, MIPS was owned by Imagination Technologies."
>
> Also, the email list should be extended to be something like this:
>
> address@hidden
> address@hidden
> address@hidden
> address@hidden
> address@hidden
> address@hidden
> address@hidden
> address@hidden
> address@hidden
> address@hidden
> address@hidden
> address@hidden
>
I forgot
address@hidden
who also had some contribution in August this year.
> Otherwise:
>
> Reviewed-by: Aleksandar Markovic <address@hidden>