Nico Weber | 39b3c00 | 2021-05-29 16:18:15 | [diff] [blame] | 1 | # This file allows mapping several author and committer email addresses and |
| 2 | # names to a single canonical one for `git shortlog`, `git log --author`, |
| 3 | # or `git check-mailmap`. |
| 4 | # |
| 5 | # For example, if you commit as `[email protected]` but sometimes use |
| 6 | # "Rañdom Person" and sometimes "Random Person" as name and you want the former |
| 7 | # to be your canonical name, add |
| 8 | # |
| 9 | # Rañdom Person <[email protected]> |
| 10 | # |
| 11 | # If you commit as both `[email protected]` and `[email protected]` and |
| 12 | # you want the former to be your canonical email address, add |
| 13 | # |
| 14 | # <[email protected]> <[email protected]> |
| 15 | # |
| 16 | # Combinations of both are possible too, see |
| 17 | # https://git-scm.com/docs/gitmailmap for format details. |
| 18 | # |
| 19 | # You can commit changes for your own names and email addresses without review. |
| 20 | # If you want to add entries for other people, please have them review the |
| 21 | # addition. |
| 22 | # |
| 23 | # Please keep this file sorted. |
Nico Weber | e008d01 | 2021-06-02 10:34:39 | [diff] [blame] | 24 | |
Saleem Abdulrasool | f38f811 | 2021-06-13 18:07:34 | [diff] [blame] | 25 | <compnerd@compnerd.org> <abdulras@fb.com> |
| 26 | <compnerd@compnerd.org> <abdulras@google.com> |
Jon Roelofs | 047f6d9 | 2021-06-10 01:35:13 | [diff] [blame] | 27 | <i@maskray.me> <maskray@google.com> |
Joseph Tremoulet | f7d1a60 | 2021-09-22 14:12:16 | [diff] [blame] | 28 | <JCTremoulet@gmail.com> <jotrem@microsoft.com> |
Qiu Chaofan | 6680538 | 2021-06-10 06:14:57 | [diff] [blame] | 29 | <qiucofan@cn.ibm.com> <qiucf@cn.ibm.com> |
Reid Kleckner | 07c2a91 | 2021-06-02 21:09:50 | [diff] [blame] | 30 | <rnk@google.com> <reid@kleckner.net> |
Nico Weber | e008d01 | 2021-06-02 10:34:39 | [diff] [blame] | 31 | <thakis@chromium.org> <nicolasweber@gmx.de> |
Nico Weber | 7aef2e5 | 2021-08-14 21:58:21 | [diff] [blame] | 32 | Jon Roelofs <jonathan_roelofs@apple.com> <jonathan@codesourcery.com> |
| 33 | Jon Roelofs <jonathan_roelofs@apple.com> <jroelofs@jroelofs.com> |
Nico Weber | 3980cfc | 2021-08-13 01:59:54 | [diff] [blame] | 34 | LLVM GN Syncbot <llvmgnsyncbot@gmail.com> |
Jon Roelofs | 047f6d9 | 2021-06-10 01:35:13 | [diff] [blame] | 35 | Martin Storsjö <martin@martin.st> |
Nico Weber | dfcad31 | 2021-08-18 13:16:16 | [diff] [blame] | 36 | Saleem Abdulrasool <compnerd@compnerd.org> |