git-diff-blame
git-diff-blame copied to clipboard
Option to ignore whitespace
Add ability to pass -w (--ignore-whitespace) to diff.
Or really, the ability to pass any of git diff's args through to diff, and blame the result.
I added this on my fork here: https://github.com/dilijev/git-diff-blame/commit/bf2f507e11ddba4fbff98a54a37b350629828f3a but I don't think that's ready for a PR as the parameter should be optional.