The file .mailmap
, which enables displaying the canonical name and email addresse of the contributors in the Git log, was outdated. Before its update, 49 different authors appeared in the log, after the update, only 33 authors appear.
For your information, Git can be configured to to use the .mailmap
file by default in log through to the command below:
git config --global log.mailmap true