There are bitbucket history commits, which use user.name=aName and user.email=aEmail to commit.
Later, the user email is changed to bEmail, and reflect in bitbucket Account setting Email.
After that, the history commits lost the profile linkage in UI, even adding .mailmap doesn't help to solve the issue. Though .mailmap does help "git shortlog -se" show correctly.
git config --global -l
user.name=bName
user.email=bEmail
# .mailmap
[bName] <[bEmail]> <[aEmail]>
Any advice how to get the history commit author profile linkage back to work?
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.