Nico Weber | 9198ba2 | 2022-02-15 10:50:49 -0500 | [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 `random.person@example.com` 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 <random.person@example.com> |
| 10 | # |
| 11 | # If you commit as both `random.person@example.com` and `ranp@example.com` and |
| 12 | # you want the former to be your canonical email address, add |
| 13 | # |
| 14 | # <random.person@example.com> <ranp@example.com> |
| 15 | # |
| 16 | # Combinations of both are possible too, see |
| 17 | # https://git-scm.com/docs/gitmailmap for format details. |
| 18 | |
| 19 | Nico Weber <thakis@chromium.org> |
| 20 | Nico Weber <thakis@chromium.org> <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> |