Alex Bennée | 2f28271 | 2018-12-14 20:54:33 +0000 | [diff] [blame] | 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 contrib/gitdm/aliases |
| 21 | |
| 22 | # |
| 23 | # EmailMap does the main work of mapping addresses onto |
| 24 | # employers. |
| 25 | # |
| 26 | EmailMap contrib/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 |
Alex Bennée | 20ddc8c | 2021-07-21 00:26:43 +0100 | [diff] [blame] | 31 | # identifiable corporate emails. Please keep this list sorted. |
Alex Bennée | 2f28271 | 2018-12-14 20:54:33 +0000 | [diff] [blame] | 32 | # |
| 33 | |
Alex Bennée | 111fc86 | 2023-03-15 17:43:28 +0000 | [diff] [blame] | 34 | GroupMap contrib/gitdm/group-map-alibaba Alibaba |
Alex Bennée | 6205a70 | 2023-03-15 17:43:31 +0000 | [diff] [blame] | 35 | GroupMap contrib/gitdm/group-map-amd AMD |
Alex Bennée | 2f28271 | 2018-12-14 20:54:33 +0000 | [diff] [blame] | 36 | GroupMap contrib/gitdm/group-map-cadence Cadence Design Systems |
| 37 | GroupMap contrib/gitdm/group-map-codeweavers CodeWeavers |
Alex Bennée | 5bf1dc3 | 2022-12-19 12:19:11 +0000 | [diff] [blame] | 38 | GroupMap contrib/gitdm/group-map-facebook Facebook |
Alex Bennée | 2f28271 | 2018-12-14 20:54:33 +0000 | [diff] [blame] | 39 | GroupMap contrib/gitdm/group-map-ibm IBM |
Alex Bennée | eb34fc0 | 2019-02-26 15:35:24 +0000 | [diff] [blame] | 40 | GroupMap contrib/gitdm/group-map-janustech Janus Technologies |
Alex Bennée | e061e48 | 2021-07-21 00:26:50 +0100 | [diff] [blame] | 41 | GroupMap contrib/gitdm/group-map-netflix Netflix |
Alex Bennée | 20ddc8c | 2021-07-21 00:26:43 +0100 | [diff] [blame] | 42 | GroupMap contrib/gitdm/group-map-redhat Red Hat |
| 43 | GroupMap contrib/gitdm/group-map-wavecomp Wave Computing |
Alex Bennée | 2f28271 | 2018-12-14 20:54:33 +0000 | [diff] [blame] | 44 | |
| 45 | # Also group together our prolific individual contributors |
Alex Bennée | a10f373 | 2021-07-21 00:26:52 +0100 | [diff] [blame] | 46 | # and those working under academic or intern auspices |
Alex Bennée | 2f28271 | 2018-12-14 20:54:33 +0000 | [diff] [blame] | 47 | GroupMap contrib/gitdm/group-map-individuals (None) |
| 48 | GroupMap contrib/gitdm/group-map-academics Academics (various) |
Alex Bennée | a10f373 | 2021-07-21 00:26:52 +0100 | [diff] [blame] | 49 | GroupMap contrib/gitdm/group-map-interns GSoC/Outreachy Interns |
Alex Bennée | 2f28271 | 2018-12-14 20:54:33 +0000 | [diff] [blame] | 50 | |
Alex Bennée | 200a102 | 2021-07-21 00:26:42 +0100 | [diff] [blame] | 51 | # Group together robots and other auto-reporters |
| 52 | GroupMap contrib/gitdm/group-map-robots Robots (various) |
| 53 | |
Alex Bennée | 2f28271 | 2018-12-14 20:54:33 +0000 | [diff] [blame] | 54 | # |
| 55 | # |
| 56 | # Use FileTypeMap to map a file types to file names using regular |
| 57 | # regular expressions. |
| 58 | # |
| 59 | FileTypeMap contrib/gitdm/filetypes.txt |