Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 39b3c00

Browse files
committed
Add a toplevel .mailmap file
See "Proposal: Adding a toplevel .mailmap file" on llvm-dev: https://lists.llvm.org/pipermail/llvm-dev/2021-May/150741.html Differential Revision: https://reviews.llvm.org/D103360
1 parent f3a2751 commit 39b3c00

1 file changed

Lines changed: 23 additions & 0 deletions

File tree

.mailmap

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
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 `[email protected]` 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 <[email protected]>
10+
#
11+
# If you commit as both `[email protected]` and `[email protected]` and
12+
# you want the former to be your canonical email address, add
13+
#
14+
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.

0 commit comments

Comments
 (0)