modess / git-pretty-stats

Self hosted graphs for Git repositories in PHP
Other
142 stars 24 forks source link

Can the stats recognize the .mailmap? #23

Open powtac opened 10 years ago

powtac commented 10 years ago

https://www.kernel.org/pub/software/scm/git/docs/git-shortlog.html

modess commented 10 years ago

I assume it will not do this right now, since it's using log and not shortlog for fetching commits. I'll add this as a future enhancement since it would be great if it parsed the mailmap and merged it with the current feature for e-mail aliases.