ejwa / gitinspector

:bar_chart: The statistical analysis tool for git repositories
GNU General Public License v3.0
2.36k stars 327 forks source link

Aliasing/combining Git user names #105

Closed AndrewC-B closed 8 years ago

AndrewC-B commented 8 years ago

Some Git users (especially new ones) make the mistake of setting their Git username to different values on different development machines. This leads to apparently fragmented contributions in GitInspectors output.

Is there a way to to tell GitInspector to combine contributions for a collection of user names and treat them as the same contributor? If not, could this please be treated as a feature request 😊

adam-waldenberg commented 8 years ago

Hi.

Yes there is. Git itself has a fix for this. Please refer to the FAQ. First question at the top.

AndrewC-B commented 8 years ago

Ah! Thank you very much! Sorry about that. I appreciate the help.

adam-waldenberg commented 8 years ago

Glad to help.