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 commi
git shortlog -s
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