Displays commit status of SHAs on GitHubHighlights commit identifiers on GitHub (and GitHub enterprise) with their status using the commit status API (read more here: https://github.com/blog/1227-commit-status-api).
It uses the colors green (success), red (failure), or yellow (pending).
Here are some screenshots taken from the github/gollum project (https://github.com/github/gollum/commits/master):
Merge commit view: http://cl.ly/image/0j1C3z261w3U
Single commit view (with failure): http://cl.ly/image/3B2G0O3k0q0M
Timeline view (with failures): http://cl.ly/image/3M2Z0p2Q022J
CHANGELOG
========
0.4
---
- Fix error that prints to console on non-github pages
0.3
---
- Highlight commits on compare and pull request views
0.2
---
- Watches page for changes to update when new commits appear without a new page load
- Watches all pages for github elements, so that it functions on unspecified github enterprise instances
- New icon (no longer using sample icon)