I like the output formatting of git-diff. The color options and the +/- representation of changes between lines is significantly easier to read (IMHO) than the standard GNU diff.
I see that I can run git diff on two files or directories outside of a git repository and it works fine. However, it appears to be missing the "--exclude" option for excluding files or subdirectories from a recursive diff. I was wondering if there's a way to get the best of both worlds? (i.e., color options and +/- format of git-diff, --exclude option of GNU diff).
I've experimented with colordiff, but I still prefer the output format of git-diff.