-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy path.mailmap
76 lines (76 loc) · 3.4 KB
/
.mailmap
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
# Before editing this file, run bin/mailmap_update.py. It will
# inform you about the types of entries needed here. See HELP
# below for guidance if needed.
#
# After making entries to .mailmap,
#
# 1) re-run bin/mailmap_update.py; if no further edits are needed,
# 2) run bin/authors_update.py to update AUTHORS and see which
# authors are being added. If no error is raised, and no changes
# are desired,
# 3) commit the results, e.g.
#
# $ git commit -am 'Update .mailmap/AUTHORS. Welcome to beluga!'
# or
# $ git commit -am 'Add Foo to AUTHORS. Welcome to beluga!'
#
# HELP
#
# Entries in this file are made for two reasons: to merge git
# authors that are one in the same or to simply change how the
# name and/or address of an author appears. Either can be done
# with an entry to this file like
#
# Proper Name <Proper@email> commit name <commit@email>
# \-----------+------------/ \----------+-------------/
# | |
# replace find
#
# The email (or name and email) in the "find" part of the entry will
# be used in a case-insensitive way to identify a git author and
# replace it with whatever is included in the "replace" part:
#
# author author
# before .mailmap entry after
# --------- ---------------------- -----------
# Foo <Email>
# A <Email> ---------------------> Foo <Email>
# B <eMAIL> ---------------------> Foo <eMAIL>
#
# <Email> <email>
# A <Email> ---------------------> A <Email>
# B <eMAIL> ---------------------> B <Email>
#
# Foo <Email> <email>
# A <Email> ---------------------> Foo <Email>
# B <eMAIL> ---------------------> Foo <Email>
#
# Foo <EMAIL> b <email>
# A <Email> ---------------------> same
# B <Email> ---------------------> Foo <EMAIL>
# b <eMAIL> ---------------------> Foo <EMAIL>
#
# Foo <Email> b <email>
# Foo <Email> <liame>
# A <Liame> ---------------------> Foo <Email>
# B <Email> ---------------------> Foo <Email>
# b <eMAIL> ---------------------> Foo <Email>
# c <eMAIL> ---------------------> same
#
# See also: 'git shortlog --help' and 'git check-mailmap --help'.
#
Justin Mansell <[email protected]> Justin RM <[email protected]>
Justin Mansell <[email protected]> Justin R Mansell <[email protected]>
Michael Grant <[email protected]> mjgrant <[email protected]>
Michael Grant <[email protected]> Michael J Grant <[email protected]>
Michael Sparapany <[email protected]> msparapa <[email protected]>
Michael Sparapany <[email protected]> Mike <[email protected]>
Michael Sparapany <[email protected]> Michael Sparapany <[email protected]>
Michael Sparapany <[email protected]> Sparapany <[email protected]>
Michael Sparapany <[email protected]> Sparapany <[email protected]>
Thomas Antony <[email protected]> Thomas Antony <[email protected]>
Sean M Nolan <[email protected]> Nolan <[email protected]>
Sean M Nolan <[email protected]> Sean M Nolan <[email protected]>
Sean M Nolan <[email protected]> Sean Matthew Nolan <[email protected]>
Sean M Nolan <[email protected]> SeanMatthewNolan <[email protected]>