Hacker News new | ask | show | jobs
by hawski 3115 days ago
Maybe cat -v?

    $ git diff | cat -v
However it's considered harmful: http://harmful.cat-v.org/cat-v/ ;)
1 comments

or

git diff > tmp.diff

and open with a text editor?