Re: [PATCH 3/8] xdl_change_compact(): rename i to end

2016-08-04 Thread Jeff King
On Thu, Aug 04, 2016 at 12:00:31AM +0200, Michael Haggerty wrote: > Rename i to end, and alternate between using start and end as the > indexing variable as appropriate. > > Rename ixref to end_matching_other. > > Add some more comments. I'd usually complain that there is too much "what" in

[PATCH 3/8] xdl_change_compact(): rename i to end

2016-08-03 Thread Michael Haggerty
Rename i to end, and alternate between using start and end as the indexing variable as appropriate. Rename ixref to end_matching_other. Add some more comments. Signed-off-by: Michael Haggerty --- xdiff/xdiffi.c | 70