
Riff
riff - A diff filter highlighting which parts of lines have changed 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.
Installation
gem install riffdiff
Optionally followed by...
git config --global pager.diff riff git config --global pager.show riff ... to make git show refined diffs by default.