pepper icon indicating copy to clipboard operation
pepper copied to clipboard

pepper git backend doesn't use the .mailmap file

Open wald-tq opened this issue 8 years ago • 1 comments

pepper git backend doesn't use the .mailmap file.

Therefore we see wrong names in the charts.

.mailmap is a git feature to fix the different spellings for the author. In the standard git log you can enable it with --use-mailmap

or configure it with:

git config --global log.mailmap true

pepper ignores the setting.

wald-tq avatar Apr 26 '16 15:04 wald-tq

This is a good idea! The git backend uses git-rev-list from plumbing, so the information from .mailmap is not pulled in automatically.

jgehring avatar May 30 '16 07:05 jgehring