Which Git commit stats are easy to pull
Actually, git already has a command for this: git shortlog in your case, it sounds like you’re interested in this form: git shortlog -sne See the –help for various options. You may also be interested in the GitStats project. They have a few examples, including the stats for the Git project. From the GitStat main … Read more