Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Does .mailmap work for github? #551

Closed
skirpichev opened this issue Jun 15, 2014 · 5 comments
Closed

Does .mailmap work for github? #551

skirpichev opened this issue Jun 15, 2014 · 5 comments

Comments

@skirpichev
Copy link

For example: the repo with .mailmap and here the list of contributors. It seems, some commits attributed to unknown person:
https://github.com/sympy/sympy/commits?author=wmark

git-check-mailmap works for me, e.g.:

$ git check-mailmap 'David Roberts (dvdr18 [at] gmail [dot] com) <devnull@localhost>'
David Roberts <dvdr18@gmail.com>
@holman
Copy link
Owner

holman commented Jun 15, 2014

We don't use .mailmap. For the commit list, we'll just use the name and email attached to the commit, and for the contributors page we'll try to associate a commit email address to a GitHub user through their email addresses on their account.

@holman holman closed this as completed Jun 15, 2014
@skirpichev
Copy link
Author

the contributors page we'll try to associate a commit email address to a GitHub user through their email addresses on their account.

Then why is this:
https://github.com/sympy/sympy/commits?author=wmark
?

@holman
Copy link
Owner

holman commented Jun 16, 2014

Not sure exactly what's going on there without looking at the email addresses directly, but it's likely a mismatched email in common:

https://help.github.com/articles/why-are-my-commits-linked-to-the-wrong-user

@skirpichev
Copy link
Author

On Sun, Jun 15, 2014 at 11:42:52PM -0700, Zach Holman wrote:

Not sure exactly what's going on there without looking at the email
addresses directly, but it's likely a mismatched email in common:

[1]https://help.github.com/articles/why-are-my-commits-linked-to-the-wrong-user

Not very helpful.

@holman
Copy link
Owner

holman commented Jun 16, 2014

Feel free to ping support and we can look into it some more.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants