Riff
Riff is a wrapper around diff that highlights not only which lines have changed, but also which parts of the lines that have changed.
Usage
$ git diff | riff
Or if you do…
$ git config –global pager.diff riff
$ git config –global pager.show riff
… then all future ‘git diff’s and ‘git show’s will be refined.
Required Ruby Version
~> 2.0
Authors
Johan Walles
Versions
- 1.0.48 July 09, 2015 (18 KB)
- 1.0.36 July 02, 2015 (17 KB)
- 1.0.32 June 29, 2015 (16.5 KB)
- 1.0.20 June 13, 2015 (16 KB)
- 1.0.19 June 09, 2015 (15.5 KB)