Re: [PATCH 6/8] xdl_change_compact(): keep track of the earliest end

2016-08-10 Thread Michael Haggerty
On 08/04/2016 08:46 PM, Junio C Hamano wrote: > Michael Haggerty writes: > >> This makes it easier to detect whether shifting is possible, and will >> also make the next change easier. > > I can see the code keeping track of earliest_end but the above does > not make it

Re: [PATCH 6/8] xdl_change_compact(): keep track of the earliest end

2016-08-04 Thread Junio C Hamano
Michael Haggerty writes: > This makes it easier to detect whether shifting is possible, and will > also make the next change easier. I can see the code keeping track of earliest_end but the above does not make it clear what the new "continue" is about. ... easier to

[PATCH 6/8] xdl_change_compact(): keep track of the earliest end

2016-08-03 Thread Michael Haggerty
This makes it easier to detect whether shifting is possible, and will also make the next change easier. Signed-off-by: Michael Haggerty --- xdiff/xdiffi.c | 8 +++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/xdiff/xdiffi.c b/xdiff/xdiffi.c index