Add .mailmap to consolidate author identities#3849
Merged
gaborbernat merged 1 commit intotox-dev:mainfrom Mar 3, 2026
Merged
Conversation
Consolidate 17 duplicate author entries across 12 contributors, reducing unique author count from 138 to 121. Co-Authored-By: Claude Opus 4.6 (1M context) <[email protected]>
Contributor
|
@webknjaz Would you prefer to keep the Ukrainian flag and spelling in your display name? |
Contributor
|
@hugovk I'm good with just the English spelling in the commit messages / metadata / mapping file. I have that mainly for the GH UI but if you're looking to have ASCII-only entries, feel free to update it. (did I guess your motivation correctly?) |
Contributor
|
OK, all good! My motivation is for people to have their names shown as they wish. (I don't think things need to be restricted to ASCII, we have Bernát and Jürgen in there.) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Summary
.mailmapto consolidate 17 duplicate author entries across 12 contributorsgit shortlogoutput and contributor statisticsConsolidated identities
<[email protected]><[email protected]><[email protected]><[email protected]><[email protected]><[email protected]><[email protected]><[email protected]><[email protected]><[email protected]><[email protected]><[email protected]>Before / after `git log --format='%aN <%aE>' | sort | uniq -c | sort -rn`
Interesting difference for shortlog which "tripped" me to place PR back into draft:
I took PR into draft since saw something which didn't align with my memory of seeing on master
❯ git shortlog -sn | head 635 Bernát Gábor 96 pre-commit-ci[bot] 46 Jürgen Gmach 40 dependabot[bot] 19 rahuldevikar 18 Masen Furer 18 Sorin Sbarnea 18 gaborbernat 11 Miro Hrončok 10 Miroslav Šedivýwhich differs from what was shown in the
git logdiffsince it also included the emails. And without emails -- match fine
and after introducing
.mailmap, git log also starts mapping emails uniformly🤖 Generated with Claude Code
TODOs