David Aguilar wrote in message <cajddkr7yr2jsutcey1mz-sfmq8zdnzr3+s++ooenn5+wd-l...@mail.gmail.com>: > There's a feature that does exactly this. > http://www.kernel.org/pub/software/scm/git/docs/git-shortlog.html
By the way, the mailmap ignore case which is annoying. I have commits as [email protected] and a dummy email address [email protected]. I thought that putting: Damien Robert <[email protected]> <[email protected]> in the .mailmap would unify the two adresses, but it does not: git shortlog -se 15 Damien Robert <[email protected]> 266 Damien Robert <[email protected]> as you can see, the Damien.Olivier.Robert+git as been lowercased to damien.olivier.robert, so I am forced to write a mailmap like this: Damien Robert <[email protected]> <[email protected]> Damien Robert <[email protected]> <[email protected]> git shortlog -se 281 Damien Robert <[email protected]> -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html

