--trust-exit-code not working

2014-11-14 Thread Adria Farres
Hello!, I sent an email last week, but I'm not sure if I sent it incorrectly, or the formatting was very bad, or it went unnoticed. A few days ago a great soul was kind enough to create the --trust-exit-code option that made git respect the exit code of the difftool. Unfortunately, I haven't been

Trailing whitespace on git diff output.

2014-09-01 Thread Adria Farres
Hello, Today, while redirecting git diff's output to a text file, I noticed git diff leaves a trailing whitespace between different deltas of the same file (the line that separates two different deltas). For example, committing a file with the following content: --- test test --- then changing