Show number of changed lines per author in git

Posted by knittl on Stack Overflow See other posts from Stack Overflow or by knittl
Published on 2010-05-07T08:41:23Z Indexed on 2010/05/07 8:48 UTC
Read the original article Hit count: 255

Filed under:
|
|
|
|

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?

© Stack Overflow or respective owner

Related posts about git

Related posts about diffstat