Import QEMU upstream snapshot d2e570c
Upstream: https://gitlab.com/qemu-project/qemu.git Upstream-Commit: d2e570cc0f97b936902a5b1b86b73c0f5998b475
This commit is contained in:
@@ -0,0 +1,61 @@
|
||||
#
|
||||
# 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 scripts/gitdm/aliases
|
||||
|
||||
#
|
||||
# EmailMap does the main work of mapping addresses onto
|
||||
# employers.
|
||||
#
|
||||
EmailMap scripts/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
|
||||
# identifiable corporate emails. Please keep this list sorted.
|
||||
#
|
||||
|
||||
GroupMap scripts/gitdm/group-map-alibaba Alibaba
|
||||
GroupMap scripts/gitdm/group-map-amd AMD
|
||||
GroupMap scripts/gitdm/group-map-cadence Cadence Design Systems
|
||||
GroupMap scripts/gitdm/group-map-codeweavers CodeWeavers
|
||||
GroupMap scripts/gitdm/group-map-facebook Facebook
|
||||
GroupMap scripts/gitdm/group-map-huawei Huawei
|
||||
GroupMap scripts/gitdm/group-map-ibm IBM
|
||||
GroupMap scripts/gitdm/group-map-janustech Janus Technologies
|
||||
GroupMap scripts/gitdm/group-map-microsoft Microsoft
|
||||
GroupMap scripts/gitdm/group-map-netflix Netflix
|
||||
GroupMap scripts/gitdm/group-map-redhat Red Hat
|
||||
GroupMap scripts/gitdm/group-map-wavecomp Wave Computing
|
||||
|
||||
# Also group together our prolific individual contributors
|
||||
# and those working under academic or intern auspices
|
||||
GroupMap scripts/gitdm/group-map-individuals (None)
|
||||
GroupMap scripts/gitdm/group-map-academics Academics (various)
|
||||
GroupMap scripts/gitdm/group-map-interns GSoC/Outreachy Interns
|
||||
|
||||
# Group together robots and other auto-reporters
|
||||
GroupMap scripts/gitdm/group-map-robots Robots (various)
|
||||
|
||||
#
|
||||
#
|
||||
# Use FileTypeMap to map a file types to file names using regular
|
||||
# regular expressions.
|
||||
#
|
||||
FileTypeMap scripts/gitdm/filetypes.txt
|
||||
Reference in New Issue
Block a user