-
Notifications
You must be signed in to change notification settings - Fork 1
/
.mailmap
40 lines (36 loc) · 1.86 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
# Template taken from:
# https://blog.pother.ca/gource-organisation/03.logs.before.mailmap.html
# ==============================================================================
# The .mailmap feature is used to coalesce together commits by the same person
# in the (short)log, where their name and/or email address was spelled differently.
#
# In the simple form, each line in the file consists of the canonical real name
# of an author, whitespace, and an email address used in the commit (enclosed by
# < and >) to map to the name.
#
# Proper Name <commit@email.xx>
#
# Other examples:
#
# <proper@email.xx> <commit@email.xx> # replace only email
# Proper Name <proper@email.xx> <commit@email.xx> # replace both name and email
# ==============================================================================
# ==============================================================================
# Canonical Email Addresses
#
# These are all contributors to this repository as they SHOULD be listed.
# ------------------------------------------------------------------------------
Tilman Holube <tilman@holube.de>
Jonas Pohl <jonas.jp4c@gmail.com>
# ==============================================================================
# ==============================================================================
# Other Email addresses
# ------------------------------------------------------------------------------
Tilman Holube <tilman@holube.de> <45685205+Til7701@users.noreply.github.com>
# ==============================================================================
# ==============================================================================
# Unknown user
# ------------------------------------------------------------------------------
Unknown <unknown@example.com>
# ==============================================================================
#EOF