On Thu, 21 Apr 2011 07:16 +0300, "Stanimir Stamenkov"
wrote:
> Thu, 21 Apr 2011 07:07:31 +0300, /Daniel Shahaf/:
> > On Wed, 20 Apr 2011 21:38 +0200, "Johan Corveleyn" wrote:
> >> Can't you just use both options?
> >> svn diff / blame -x --ignore-space-change -x --ignore-eol-style
> >>
> >
Thu, 21 Apr 2011 07:07:31 +0300, /Daniel Shahaf/:
On Wed, 20 Apr 2011 21:38 +0200, "Johan Corveleyn" wrote:
No, I don't think that's correct.
--ignore-space-change: ignores changes in the amount of white-space,
but not ignoring "all white-space". This means that "having no
white-space" in not
On Wed, 20 Apr 2011 21:38 +0200, "Johan Corveleyn" wrote:
> No, I don't think that's correct.
>
> --ignore-space-change: ignores changes in the amount of white-space,
> but not ignoring "all white-space". This means that "having no
> white-space" in not considered equal to "having white-space".
Wed, 20 Apr 2011 21:38:55 +0200, /Johan Corveleyn/:
On Wed, Apr 20, 2011 at 8:03 PM, Daniel Shahaf wrote:
AIUI, --ignore-eol-style + --ignore-space-change ==
--ignore-all-space. It seems to me that --ignore-all-space would
work for your use case?
No, I don't think that's correct.
--ignore
No, I don't think that's correct.
--ignore-space-change: ignores changes in the amount of white-space,
but not ignoring "all white-space". This means that "having no
white-space" in not considered equal to "having white-space". Example:
"abc def" is considered equal to "abc def", but not equ
AIUI, --ignore-eol-style + --ignore-space-change == --ignore-all-space. It
seems to me that --ignore-all-space would work for your use case?
On Wed, 20 Apr 2011 20:44 +0300, "Stanimir Stamenkov"
wrote:
> The '--ignore-space-change' option, and '--ignore-all-space' for
> that matter, to the 'd
The '--ignore-space-change' option, and '--ignore-all-space' for
that matter, to the 'diff' and 'blame' commands doesn't seem to
ignore changes in the EOL style. I really expect each of:
--ignore-eol-style
--ignore-space-change
--ignore-all-space
in the given order to include the effect of th