-
what is the reason why 5 different avatars are used in the same view to describe a single person ? I could understand that the two e-mail addresses or signed and unsigned accounts are treated differently , it adds confusion, rather than context or information if the view is rendered without the avatars, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
The lack of commits showing up has been fixed in 12.2.1 -- but I'm not sure what the issue is with so many "duplicates". Typically that is caused by using different emails on the commits. If you hover over the name in the Contributors view, and then hover over link on the name (or click it to open the mailto: link) you should be able to see if the emails are indeed different. |
Beta Was this translation helpful? Give feedback.
Git provides a
.mailmap
file to support that, you can read more about that here:https://git-scm.com/docs/gitmailmap
https://blog.developer.atlassian.com/aliasing-authors-in-git/