I could probably setup an alias, but it seems like I should be able to set this as an option in the config file, only I don\'t see anyway to do it.
I only want the <
Old question (2011), but now there's a shortcut git diff -w which stands for --ignore-all-space
git diff -w
--ignore-all-space
Ignore whitespace when comparing lines. This ignores differences even if one line has whitespace where the other line has none.