开发者

Show the percentage of lines in the latest revision of a git repository by committer?

开发者 https://www.devze.com 2023-03-03 03:35 出处:网络
Is there a command or tool to show the percentage of lines in the latest revision of a git repository by commit开发者_开发技巧ter? Mostly out of intellectual curiosity, but it may be useful for someth

Is there a command or tool to show the percentage of lines in the latest revision of a git repository by commit开发者_开发技巧ter? 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?


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

0

精彩评论

暂无评论...
验证码 换一张
取 消