Re: Trailing whitespace on git diff output.

2014-09-01 Thread Matthieu Moy
Adria Farres <14farr...@gmail.com> writes: > 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 th

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 i