MAINT: add a .mailmap file for git #485
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR adds a git
.mailmapfile.I only added the users who had:
1.) duplicate entries due to variant names and email addresses
2.) to resolve a GitHub ID to an actual name
Let me know if you think it should also have the remaining users without duplicate entries.
Visual inspection of the output of
git shortlog -sneindicates that it seems to be working as expected locally. (The length of the shortlog decreases from 42 to 34 after this change and I don't see any more duplicates).I'm not optimistic that adding this will fix the GitHub contributors page: some posts I read elsewhere indicated that GitHub itself doesn't use this file, but perhaps that could have changed in the meantime.
Another case of missing data from GitHub's contributors page:
@sciunto is actually the 7th highest contributor in number of commits (29) in the output of
git shortlog -snebut doesn't show up on the contributors page on GitHub. I assume this is because the email address associated with the commits has spaces instead of@or.in it. Assuming that was intentional, I didn't want to presume to add it here. Please let me know if you would like it to be there.@0-tree: As a past contributor here, please provide your real name if you would like your contribution to be credited using it.