Created
August 13, 2018 14:53
-
-
Save jumanjiman/2a5e00007855a87ee890d962e73486ba to your computer and use it in GitHub Desktop.
mailmap header comments
This file contains hidden or 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
# This list is used by git-shortlog to fix botched name translations in the git archive, | |
# making contributions from the same person appear not to be so. | |
# Reasons include: | |
# - the author's full name was messed up and/or | |
# - not always written the same way | |
# - the author has multiple email addresses | |
# | |
# Note: NEVER REMOVE A MAILMAP ENTRY. | |
# These maps tie a commit author to a real human for accountability. | |
# If you remove a mailmap, then we lose the tie between author and human. | |
# | |
# ------------------------------------------------------------------- | |
# Format of each line allows mailmap to replace both the name | |
# and the email of a commit matching the specified commit email: | |
# | |
# Proper Name <[email protected]> Commit Name <[email protected]> | |
# ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | |
# How we want it to appear How it actually exists in git log | |
# | |
# See git-shortlog(1) for more explanation. | |
# ------------------------------------------------------------------- | |
# |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment