RePlay a set of commits as they happened
GitHub Play is a scriptlet, which allows you to replay commits as they happened. Usage:
- Go to commits history
- Run the play.js script (e.g. in WebInspector/FireBug or as bookmarklet)
- Select the commit, which you've seen as the last
- Hit Play on the right - it'll start Play mode and show you history between those two selected commits
- Hit Next commit to see the newer one
Open https://github.com/nette/nette/commits and run
javascript:$('head').append('<script src="https://raw.github.com/gist/1671348/play.js" />')
Feature request: link to previous commit and keyboard shortcuts (j / k?)