mbox series

[PULL,0/5] gitdm updates with final 2018 stats

Message ID 20190114160956.7513-1-alex.bennee@linaro.org
Headers show
Series gitdm updates with final 2018 stats | expand

Message

Alex Bennée Jan. 14, 2019, 4:09 p.m. UTC
The following changes since commit 7260438b7056469610ee166f7abe9ff8a26b8b16:

  Merge remote-tracking branch 'remotes/palmer/tags/riscv-for-master-3.2-part2' into staging (2019-01-14 11:41:43 +0000)

are available in the Git repository at:

  https://github.com/stsquad/qemu.git tags/pull-misc-gitdm-next-140119-1

for you to fetch changes up to 92329a7e70bc9755fd7114b8f91f95ed0b97648f:

  MAINTAINERS: add myself as a route for gitdm updates (2019-01-14 16:06:57 +0000)

----------------------------------------------------------------
gitdm updates with 2018 year end stats:

  git log --numstat --after="1/1/2018 00:00" --before="31/12/2018 23:59" | ~/src/gitdm.git/gitdm -n -l 10

  Top changeset contributors by employer
  Red Hat                   3091 (43.3%)
  Linaro                    1201 (16.8%)
  (None)                     484 (6.8%)
  IBM                        426 (6.0%)
  Academics (various)        186 (2.6%)
  Virtuozzo                  172 (2.4%)
  Wave Computing             118 (1.7%)
  Igalia                     109 (1.5%)
  Xilinx                     102 (1.4%)
  Cadence Design Systems      80 (1.1%)

  Top lines changed by employer
  Red Hat                   140523 (30.3%)
  Cadence Design Systems    81010 (17.5%)
  Linaro                    78098 (16.8%)
  Wave Computing            33134 (7.1%)
  IBM                       18918 (4.1%)
  SiFive                    14436 (3.1%)
  Academics (various)       11995 (2.6%)
  (None)                    11458 (2.5%)
  Virtuozzo                 10770 (2.3%)
  Oracle                    6698 (1.4%)

----------------------------------------------------------------
Alex Bennée (4):
      contrib/gitdm: add Nokia and Proxmox to the domain-map
      contrib/gitdm: add two more IBM'ers to group-map-ibm
      contrib/gitdm: add another name to WaveComp map
      MAINTAINERS: add myself as a route for gitdm updates

Joel Stanley (1):
      contrib/gitdm: Add other IBMers

 MAINTAINERS                      | 6 ++++++
 contrib/gitdm/domain-map         | 2 ++
 contrib/gitdm/group-map-ibm      | 7 +++++++
 contrib/gitdm/group-map-wavecomp | 1 +
 4 files changed, 16 insertions(+)

--
2.17.1

Comments

Peter Maydell Jan. 15, 2019, 2:18 p.m. UTC | #1
On Mon, 14 Jan 2019 at 16:09, Alex Bennée <alex.bennee@linaro.org> wrote:
>

> The following changes since commit 7260438b7056469610ee166f7abe9ff8a26b8b16:

>

>   Merge remote-tracking branch 'remotes/palmer/tags/riscv-for-master-3.2-part2' into staging (2019-01-14 11:41:43 +0000)

>

> are available in the Git repository at:

>

>   https://github.com/stsquad/qemu.git tags/pull-misc-gitdm-next-140119-1

>

> for you to fetch changes up to 92329a7e70bc9755fd7114b8f91f95ed0b97648f:

>

>   MAINTAINERS: add myself as a route for gitdm updates (2019-01-14 16:06:57 +0000)

>

> ----------------------------------------------------------------

> gitdm updates with 2018 year end stats:

>

>   git log --numstat --after="1/1/2018 00:00" --before="31/12/2018 23:59" | ~/src/gitdm.git/gitdm -n -l 10

>

>   Top changeset contributors by employer

>   Red Hat                   3091 (43.3%)

>   Linaro                    1201 (16.8%)

>   (None)                     484 (6.8%)

>   IBM                        426 (6.0%)

>   Academics (various)        186 (2.6%)

>   Virtuozzo                  172 (2.4%)

>   Wave Computing             118 (1.7%)

>   Igalia                     109 (1.5%)

>   Xilinx                     102 (1.4%)

>   Cadence Design Systems      80 (1.1%)

>

>   Top lines changed by employer

>   Red Hat                   140523 (30.3%)

>   Cadence Design Systems    81010 (17.5%)

>   Linaro                    78098 (16.8%)

>   Wave Computing            33134 (7.1%)

>   IBM                       18918 (4.1%)

>   SiFive                    14436 (3.1%)

>   Academics (various)       11995 (2.6%)

>   (None)                    11458 (2.5%)

>   Virtuozzo                 10770 (2.3%)

>   Oracle                    6698 (1.4%)


Applied, thanks.

Please update the changelog at https://wiki.qemu.org/ChangeLog/4.0
for any user-visible changes.

-- PMM