public
Description: This is a banner which can display the latest commit of a Github-repo on your website.
Homepage: http://heipei.github.com/github-commit-badge/
Clone URL: git://github.com/heipei/github-commit-badge.git
heipei (author)
Sat Jan 24 13:51:11 -0800 2009
commit  0659ea5e8ec578d1733498ca40d8b6d8ea9c0775
tree    0f0b5d3a471c7693b7ebc89133a34875ead1616c
parent  5a66ac4d532ad874ce5fe1de9e3b0a78f96eb1f9
100644 9 lines (7 sloc) 0.513 kb
1
2
3
4
5
6
7
8
9
- Smiley beside the repo-name [DONE]
- Brick beside commit-message [DONE]
- Strip unnecessary functions from prototype (the biggest lib) [DONE] (prototype removed)
- make BRANCH=master default and branch argument optional [DONE]
- "Show files" link which expands the box and shows which files were added/removed/changed [DONE]
 
- Make things configurable (in github-commit-badge.js), like: dateformat, commit-message-length, gravatar size
- Rewrite the whole thing in jQuery to make it prettier and more portable