You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The display of detailed contribution stats by author (git-py-stats -T) is not using the mailmap correctly, as the pretty format is using the wrong syntax.
To show auther names and emails with git log while respecting the mapped names from the .mailmap file, the pretty-format syntax should use %aN and %aE instead of %an/%ae. See documentation.
Steps to reproduce
Look at git-py-stats -T while using a mailmap.
I'll open a PR later today.
The text was updated successfully, but these errors were encountered:
Uh oh!
There was an error while loading. Please reload this page.
Description
The display of detailed contribution stats by author (
git-py-stats -T
) is not using the mailmap correctly, as the pretty format is using the wrong syntax.To show auther names and emails with git log while respecting the mapped names from the .mailmap file, the pretty-format syntax should use
%aN
and%aE
instead of%an
/%ae
. See documentation.Steps to reproduce
Look at
git-py-stats -T
while using a mailmap.I'll open a PR later today.
The text was updated successfully, but these errors were encountered: