-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy path.mailmap
More file actions
33 lines (27 loc) · 1.92 KB
/
.mailmap
File metadata and controls
33 lines (27 loc) · 1.92 KB
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
# .mailmap file maps author/committer names and emails
# This allows GitHub to correctly group contributors without rewriting history
# Format: Proper Name <[email protected]> <[email protected]>
# Format: Proper Name <[email protected]> Old Name <[email protected]>
# Format: Proper Name <[email protected]> Old Name <[email protected]> Old Name2 <[email protected]>
# Main account - all commits should be attributed to this
Mykyta Konopelko <[email protected]>
# Map all variations of your name to main account
Mykyta Konopelko <[email protected]> Nikita Konopelko <[email protected]>
Mykyta Konopelko <[email protected]> Mykyta <[email protected]>
Mykyta Konopelko <[email protected]> Nikita <[email protected]>
# Map bozongiggsa account ([email protected])
Mykyta Konopelko <[email protected]> <[email protected]>
Mykyta Konopelko <[email protected]> Aleksei <[email protected]>
Mykyta Konopelko <[email protected]> Aleksei Smirnov <[email protected]>
Mykyta Konopelko <[email protected]> bozongiggsa <[email protected]>
# Map smirnovaleksei account (GitHub noreply and other possible emails)
Mykyta Konopelko <[email protected]> <[email protected]>
Mykyta Konopelko <[email protected]> Aleksei <[email protected]>
Mykyta Konopelko <[email protected]> smirnovaleksei <[email protected]>
Mykyta Konopelko <[email protected]> Aleksei Smirnov <[email protected]>
# Map GitHub noreply emails (merge commits, etc.) - keep as is or map to main
# GitHub <[email protected]> - leave merge commits as GitHub (they're automated)
# Additional possible email variations (add more if found on GitHub)
# If you find other emails on GitHub that need mapping, add them here in format:
# Mykyta Konopelko <[email protected]> <[email protected]>
# Mykyta Konopelko <[email protected]> Other Name <[email protected]>