If I have a .mailmap file containing
  Me <[email protected]> brendanator <[email protected]>

And I run
  git log --author=Me
I see all my commits

However if I run
  git shortlog --author=Me
my commits are not shown

Reply via email to