Posterous

null is null or not an object

« Back to posts
July 5, 2011
  • Edit
  • Delete
  • Tags
  • Autopost

If you need to know all the people that have contributed to one of your github repos here is some git-fu for you:

git log | grep ^Author: | sed 's/ <.*//; s/^Author: //' | sort | uniq -c | sort -nr

  • 1 response
  • Like
  • Comment
10 months ago thedeftone (Twitter) responded:
Betavineprofile_s_normal
Or you could use the contributors widget by blossom.io
http://lab.blossom.io/contributors/