Re: [PATCH 6/7] diff.c: decouple white space treatment for move detection from generic option

2018-04-02 Thread Jonathan Tan
On Mon, 2 Apr 2018 15:48:53 -0700 Stefan Beller wrote: > In the original implementation of the move detection logic we assumed that > the choice for ignoring white space changes is the same for the move > detection as it is for the generic diff. It turns out this is wrong.

[PATCH 6/7] diff.c: decouple white space treatment for move detection from generic option

2018-04-02 Thread Stefan Beller
In the original implementation of the move detection logic we assumed that the choice for ignoring white space changes is the same for the move detection as it is for the generic diff. It turns out this is wrong. There are a couple of things where the user wants to input their decision into the