Re: [PATCH 0/4] diff-highlight: make a few improvements

2015-11-03 Thread Jeff King
On Mon, Nov 02, 2015 at 09:05:30PM -0500, Jonathan Lebon wrote: > These patches bring a few improvements to the contrib/diff-highlight > Perl script. The major improvement is done in patch 3/4, which improves > diff-highlighting accuracy by implementing a recursive line matching > algorithm. > >

[PATCH 0/4] diff-highlight: make a few improvements

2015-11-02 Thread Jonathan Lebon
These patches bring a few improvements to the contrib/diff-highlight Perl script. The major improvement is done in patch 3/4, which improves diff-highlighting accuracy by implementing a recursive line matching algorithm. Please note that I have limited experience with Perl, so there may be better