Show number of changed lines per author in git

knittl picture knittl · May 7, 2010 · Viewed 32.4k times · Source

i want to see the number of removed/added line, grouped by author for a given branch in git history. there is git shortlog -s which shows me the number of commits per author. is there anything similar to get an overall diffstat?

Answer

Sebastien Horin picture Sebastien Horin · Nov 11, 2014

It's an old post but if someone is still looking for it:

install git extras

brew install git-extras

then

git summary --line

https://github.com/tj/git-extras