| 1 | # |
| 2 | # This is the gitdm configuration file for QEMU. |
| 3 | # |
| 4 | # It is to be used with LWN's git dataminer tool for generating |
| 5 | # reports about development activity in the QEMU repo. The LWN gitdm |
| 6 | # tool can be found at: |
| 7 | # |
| 8 | # git://git.lwn.net/gitdm.git |
| 9 | # |
| 10 | # A run to generate a report for the last year of activity would be |
| 11 | # |
| 12 | # git log --numstat --since "Last Year" | gitdm -n -l 10 |
| 13 | # |
| 14 | |
| 15 | # EmailAliases lets us cope with developers who use more |
| 16 | # than one address or have changed addresses. This duplicates some of |
| 17 | # the information in the existing .mailmap but in a slightly different |
| 18 | # form. |
| 19 | # |
| 20 | EmailAliases scripts/gitdm/aliases |
| 21 | |
| 22 | # |
| 23 | # EmailMap does the main work of mapping addresses onto |
| 24 | # employers. |
| 25 | # |
| 26 | EmailMap scripts/gitdm/domain-map |
| 27 | |
| 28 | # |
| 29 | # Use GroupMap to map a file full of addresses to the |
| 30 | # same employer. This is used for people that don't post from easily |
| 31 | # identifiable corporate emails. Please keep this list sorted. |
| 32 | # |
| 33 | |
| 34 | GroupMap scripts/gitdm/group-map-alibaba Alibaba |
| 35 | GroupMap scripts/gitdm/group-map-amd AMD |
| 36 | GroupMap scripts/gitdm/group-map-cadence Cadence Design Systems |
| 37 | GroupMap scripts/gitdm/group-map-codeweavers CodeWeavers |
| 38 | GroupMap scripts/gitdm/group-map-facebook Facebook |
| 39 | GroupMap scripts/gitdm/group-map-huawei Huawei |
| 40 | GroupMap scripts/gitdm/group-map-ibm IBM |
| 41 | GroupMap scripts/gitdm/group-map-janustech Janus Technologies |
| 42 | GroupMap scripts/gitdm/group-map-microsoft Microsoft |
| 43 | GroupMap scripts/gitdm/group-map-netflix Netflix |
| 44 | GroupMap scripts/gitdm/group-map-redhat Red Hat |
| 45 | GroupMap scripts/gitdm/group-map-wavecomp Wave Computing |
| 46 | |
| 47 | # Also group together our prolific individual contributors |
| 48 | # and those working under academic or intern auspices |
| 49 | GroupMap scripts/gitdm/group-map-individuals (None) |
| 50 | GroupMap scripts/gitdm/group-map-academics Academics (various) |
| 51 | GroupMap scripts/gitdm/group-map-interns GSoC/Outreachy Interns |
| 52 | |
| 53 | # Group together robots and other auto-reporters |
| 54 | GroupMap scripts/gitdm/group-map-robots Robots (various) |
| 55 | |
| 56 | # |
| 57 | # |
| 58 | # Use FileTypeMap to map a file types to file names using regular |
| 59 | # regular expressions. |
| 60 | # |
| 61 | FileTypeMap scripts/gitdm/filetypes.txt |