Hacker News new | ask | show | jobs
by rpedroso 3432 days ago
I have no suggestions for the latter two, but number of commits / user / repo is doable in vanilla git:

  git shortlog -n -s
1 comments

Also, check out the '--shortstat' flag available to commands such as diff and log.