Feature #2065
closedCommit graph should merge homonyms
80%
Description
When looking to "commits by authors" graph (Repository/Statistics), redmine don't merge bars with homonyms. In this redmine instance you can see my name appears twice.
I suppose it's due to the facts I'm using a git repository with multiple account, where I haven't put the same email address.
IMHO, Redmine should merge bars with homonyms.
Files
Related issues
Updated by Patrick Naubert almost 16 years ago
We have the same problem. We are also using Git with multiple accounts. Perhaps a regex search-and-replace capability at repo import/update could be done ?
Updated by Guillaume Ayoub about 15 years ago
- File redmine-merge-homonyms.patch redmine-merge-homonyms.patch added
- % Done changed from 0 to 80
Here is a patch (for version 0.8.6) merging homonyms. I don’t know ruby very well and my syntax may be a little bit strange, but some ruby guru should clean these few lines easily.
Works with git, not tested with other version control systems.
Updated by Ammler _ over 14 years ago
I would like this feature quite much in too.
might it be possible to update to current heads of 0.9 and trunk?
Updated by Guillaume Ayoub over 14 years ago
Here is the previous patch updated for revision 39c9727 of git. As I said, this code works here with git, but it should be cleaned and tested with other version control systems.
Updated by Ibrahim Awwal over 14 years ago
Is there any chance of this being integrated into a release sometime? I will have to try applying your patch when I get a chance.
Updated by Ibrahim Awwal over 14 years ago
Ibrahim Awwal wrote:
Is there any chance of this being integrated into a release sometime? I will have to try applying your patch when I get a chance.
Ah, it seems to work on 0.9.5. Great!
Updated by Anonymous over 11 years ago
This feature is implemented (as a side effect) by my patch #13487.
Updated by Jean-Baptiste Barth about 10 years ago
- Status changed from New to Closed
- Assignee set to Jean-Baptiste Barth
- Resolution set to Wont fix
- first user commits with
John <john.smith@foo.net>
- second user commits with
John <john.doe@foo.net>
It's pretty obvious those users are not the same person, they don't even share the same family name. But it will be very difficult to detect that. So now that we have committers<->users mapping that can be defined per repository, I guess people could rely on that (or even script that!) to fit their needs.
I close this for now but please re-open it if you strongly disagree.
Updated by txemi M about 10 years ago
I would like not seeing this issue closed. I do not agree with the argument given above. I also think that there is no reliable way for redmine to guess identity mapping but I also think that this should not be done automatically. The administrator who added repository to some project should manually define the mapping.