221
|
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 # 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.
|
|
24
|
|
25 Martin Storsjö <martin@martin.st>
|
|
26 <rnk@google.com> <reid@kleckner.net>
|
|
27 <thakis@chromium.org> <nicolasweber@gmx.de>
|
|
28 <i@maskray.me> <maskray@google.com>
|