1

Is there a command or tool to show the percentage of lines in the latest revision of a git repository by committer? Mostly out of intellectual curiosity, but it may be useful for something sooner or later...


Update: It looks like this question/answer gets me 95% there - it returns the line count, how can I turn that into percentages?

Community
  • 1
  • 1
Adam Tuttle
  • 19,505
  • 17
  • 80
  • 113

1 Answers1

0

Look at git help shortlog, it should put you close enough to what you want.

Daenyth
  • 35,856
  • 13
  • 85
  • 124