Hacker News new | ask | show | jobs
by mappu 4038 days ago

    git diff -w
2 comments

Yes, git diff -w is possible but it is not (unfortunately) the default (though I can see good reasons why it isn't).

Also, note that you can do the same in github:

Append ?w=1 to the url for the diff viewer and you'll get the whitespace ignored version.

Is there a git blame -w?
Yes.