Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 973 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 973 Bytes

github-codereview

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.

How to install

  1. Install dotjs
  2. copy the github.com.js file to your ~/.js folder
  3. enjoy