2018-12-14 21:54:33 +01:00
|
|
|
#
|
|
|
|
# This is the gitdm configuration file for QEMU.
|
|
|
|
#
|
|
|
|
# It is to be used with LWN's git dataminer tool for generating
|
|
|
|
# reports about development activity in the QEMU repo. The LWN gitdm
|
|
|
|
# tool can be found at:
|
|
|
|
#
|
|
|
|
# git://git.lwn.net/gitdm.git
|
|
|
|
#
|
|
|
|
# A run to generate a report for the last year of activity would be
|
|
|
|
#
|
|
|
|
# git log --numstat --since "Last Year" | gitdm -n -l 10
|
|
|
|
#
|
|
|
|
|
|
|
|
# EmailAliases lets us cope with developers who use more
|
|
|
|
# than one address or have changed addresses. This duplicates some of
|
|
|
|
# the information in the existing .mailmap but in a slightly different
|
|
|
|
# form.
|
|
|
|
#
|
|
|
|
EmailAliases contrib/gitdm/aliases
|
|
|
|
|
|
|
|
#
|
|
|
|
# EmailMap does the main work of mapping addresses onto
|
|
|
|
# employers.
|
|
|
|
#
|
|
|
|
EmailMap contrib/gitdm/domain-map
|
|
|
|
|
|
|
|
#
|
|
|
|
# Use GroupMap to map a file full of addresses to the
|
|
|
|
# same employer. This is used for people that don't post from easily
|
2021-07-21 01:26:43 +02:00
|
|
|
# identifiable corporate emails. Please keep this list sorted.
|
2018-12-14 21:54:33 +01:00
|
|
|
#
|
|
|
|
|
|
|
|
GroupMap contrib/gitdm/group-map-cadence Cadence Design Systems
|
|
|
|
GroupMap contrib/gitdm/group-map-codeweavers CodeWeavers
|
|
|
|
GroupMap contrib/gitdm/group-map-ibm IBM
|
2019-02-26 16:35:24 +01:00
|
|
|
GroupMap contrib/gitdm/group-map-janustech Janus Technologies
|
2021-07-21 01:26:50 +02:00
|
|
|
GroupMap contrib/gitdm/group-map-netflix Netflix
|
2021-07-21 01:26:43 +02:00
|
|
|
GroupMap contrib/gitdm/group-map-redhat Red Hat
|
|
|
|
GroupMap contrib/gitdm/group-map-wavecomp Wave Computing
|
2018-12-14 21:54:33 +01:00
|
|
|
|
|
|
|
# Also group together our prolific individual contributors
|
2021-07-21 01:26:52 +02:00
|
|
|
# and those working under academic or intern auspices
|
2018-12-14 21:54:33 +01:00
|
|
|
GroupMap contrib/gitdm/group-map-individuals (None)
|
|
|
|
GroupMap contrib/gitdm/group-map-academics Academics (various)
|
2021-07-21 01:26:52 +02:00
|
|
|
GroupMap contrib/gitdm/group-map-interns GSoC/Outreachy Interns
|
2018-12-14 21:54:33 +01:00
|
|
|
|
2021-07-21 01:26:42 +02:00
|
|
|
# Group together robots and other auto-reporters
|
|
|
|
GroupMap contrib/gitdm/group-map-robots Robots (various)
|
|
|
|
|
2018-12-14 21:54:33 +01:00
|
|
|
#
|
|
|
|
#
|
|
|
|
# Use FileTypeMap to map a file types to file names using regular
|
|
|
|
# regular expressions.
|
|
|
|
#
|
|
|
|
FileTypeMap contrib/gitdm/filetypes.txt
|