Obsoleted by the latest github update, thus not maintained anymore
A dotjs-based solution for improving code-reviews on pull requests.
This will add next commit
, previous commit
, back to pull request
links to the site if you're reviewing a pull request.
Additionally, thanks to @witsch you can access these links via n
, p
and b
access keys.
Basically, if you visit the overview of the pull request, it will add an array of all commit hashes to all links that point to single commits. If you follow one of the links, it will obtain the next and previous commit hashes from this array. It's not very elegant, but it does the job ;)
Since the last update, this also works for the recently introduced partial-loading approach.
- Install dotjs
- copy the
github.com.js
file to your~/.js
folder - enjoy