git-diff-blame icon indicating copy to clipboard operation
git-diff-blame copied to clipboard

Option to ignore whitespace

Open dilijev opened this issue 8 years ago • 1 comments

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.

dilijev avatar May 26 '17 05:05 dilijev

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.

dilijev avatar May 26 '17 06:05 dilijev