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.