MantisBT - Doomseeker
View Issue Details
0003776Doomseeker[All Projects] Cleanuppublic2020-03-30 22:332021-08-16 19:13
WubTheCaptain 
Blzut3 
normaltrivialalways
closedfixed 
1.3.1 
1.3.21.3.2 
0003776: Git repository is missing canonical name and email address information (Git mailmap)
I've committed with different names and email addresses to Doomseeker. git-shortlog(1) and git-log(1) credit me as three different authors, instead of one.
Clone the git repository from https://bitbucket.org/Doomseeker/doomseeker/, git-shortlog(1), find my various names and email addresses. As of Doomseeker 1.3.1 (tag 1.3.1), it should show I have (3) + (14) + (3) commits. The intended behavior is to display (20) commits under one canonical name.
git-check-mailmap(1)
No tags attached.
patch 0001-Add-Git-mailmap-file.patch (933) 2020-03-30 22:37
https://zandronum.com/tracker/file_download.php?file_id=2572&type=bug
Issue History
2020-03-30 22:33WubTheCaptainNew Issue
2020-03-30 22:33WubTheCaptainStatusnew => assigned
2020-03-30 22:33WubTheCaptainAssigned To => WubTheCaptain
2020-03-30 22:37WubTheCaptainFile Added: 0001-Add-Git-mailmap-file.patch
2020-03-30 22:37WubTheCaptainAssigned ToWubTheCaptain =>
2020-03-30 22:37WubTheCaptainStatusassigned => needs review
2020-03-30 22:39WubTheCaptainSteps to Reproduce Updatedbug_revision_view_page.php?rev_id=13062#r13062
2020-03-30 22:40WubTheCaptainSteps to Reproduce Updatedbug_revision_view_page.php?rev_id=13063#r13063
2020-03-30 22:44WubTheCaptainNote Added: 0021247
2020-06-08 01:57Blzut3Note Added: 0021409
2020-06-08 01:57Blzut3Statusneeds review => resolved
2020-06-08 01:57Blzut3Fixed in Version => 1.3.3
2020-06-08 01:57Blzut3Resolutionopen => fixed
2020-06-08 01:57Blzut3Assigned To => Blzut3
2020-06-08 02:19WubTheCaptainNote Added: 0021413
2020-06-08 02:20WubTheCaptainNote Added: 0021414
2020-06-08 02:21WubTheCaptainNote Edited: 0021414bug_revision_view_page.php?bugnote_id=21414#r13158
2021-08-07 16:52Blzut3Statusresolved => closed
2021-08-16 19:13WubTheCaptainFixed in Version1.3.3 => 1.3.2
2021-08-16 19:13WubTheCaptainTarget Version1.3.3 => 1.3.2

Notes
(0021247)
WubTheCaptain   
2020-03-30 22:44   
I don't think Mercurial had anything equivalent of a Git mailmap, so I forgot about this for a while when the Git migration happened at issue 0003701.
(0021409)
Blzut3   
2020-06-08 01:57   
Applied.

I did normalize everyone else's commits when migrating from Mercurial to Git, but left yours alone due to the intentional name change. In hindsight I probably should have asked what you wanted to do.
(0021413)
WubTheCaptain   
2020-06-08 02:19   
Quote from Blzut3
Applied.

'https://bitbucket.org/Doomseeker/doomseeker/commits/b04ff58466cc3e9bba3f367fba308ae975e720cd [^]'
(0021414)
WubTheCaptain   
2020-06-08 02:20   
(edited on: 2020-06-08 02:21)
Quote from Blzut3
In hindsight I probably should have asked what you wanted to do.

Preserve them as-is. I like git-check-mailmap(1).
It's all good now.