-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[code] add a .mailmap for git author resolution
- Loading branch information
Showing
1 changed file
with
14 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
# Prevent git from showing duplicate names with commands like "git shortlog" | ||
# See the manpage of git-shortlog for details. | ||
# The syntax is: | ||
# Name that should be used <email that should be used> Bad name <bad email> | ||
# | ||
# You can skip Bad name if it is the same as the one that should be used, and is unique. | ||
# | ||
# This file is up-to-date if the command git log --format="%aN <%aE>" | sort -u | ||
# gives no duplicates. | ||
# | ||
# apjanke's notes: | ||
# The "bad" name isn't really bad per se, just not my canonical one. | ||
Andrew Janke <floss@apjanke.net> Andrew Janke <andrew@apjanke.net> | ||
Ray Zimmerman <rz10@cornell.edu> Ray Zimmerman <rdzman@users.noreply.github.com> |