svn diff / blame -x --ignore-space-change doesn't ignore EOL style changes
From: Stanimir Stamenkov <s7an10_at_netscape.net>
Date: Wed, 20 Apr 2011 20:44:08 +0300
The '--ignore-space-change' option, and '--ignore-all-space' for
--ignore-eol-style
in the given order to include the effect of the previous one. There
Now, one could think:
svn diff / blame -x --ignore-eol-style ...
should be sufficient. But then often I need to use:
svn diff / blame -x --ignore-space-change ...
to ignore any space changes, e.g. changes to "tabs vs. spaces-only"
Is the current behavior of the space ignoring options intended, or
FWIW, I'm on Windows and I workaround the problem by having
svn diff / blame --diff-cmd diff -x "--ignore-space-change ..." ...
It would be really nice if the SVN default internal diff
[1] http://gnuwin32.sourceforge.net/
-- StanimirReceived on 2011-04-20 19:44:36 CEST |
This is an archived mail posted to the Subversion Users mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.