ejwa / gitinspector

:bar_chart: The statistical analysis tool for git repositories

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to mark commit authors as duplicate

jpadhye opened this issue · comments

I'm trying to run stats on my repository. It seems same author has committed with different GIT configuration so following shoes up in result. How can I tell the tool to use the author as same. If we can provide the tool with a map of duplicate author names then it would be really useful.

Statistical information for the repository 'test-repo' was gathered on 2019/08/27.
The following historical commit information, by author, was found:
Author                     Commits    Insertions      Deletions    % of changes
John Doe                     24          3060           6475            3.54
John Doe (jdoe)             3           450             74            0.19

Found the answer. By using git .mailmap