Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upfeature request: allow use of .mailmap #764
Open
Labels
Comments
As this library is in |
Thanks for the feedback @Byron. The easiest workaround seems to be to read in the |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
A
.mailmap
file is used to map commit author info where committers use multiple names or email addresses to a single unique name/email. It is usually located in the root of a repo. See e.g. https://stackoverflow.com/questions/13777171/configuring-git-log-to-use-mailmap-by-defaultI cannot find any mention of the feature in this repo;
GitPyhon
seems to ignore the file. It would be quite useful to allow using that file. Maybe replacing the author name and email inraw
, or adding a secondrow-mailmapped
column for example.