Re: [PATCH 1/1] diff.c: color moved lines differently

2017-05-30 Thread Stefan Beller
On Sat, May 27, 2017 at 12:05 AM, Philip Oakley wrote: > a couple of mispellings in the doc parts: > s/on location/one location/ > [code not checked] Thanks for proofreading the documentation! > > s/on location/one location/ > >> + in another location will be colored with 'color.diff.newmoved'.

Re: [PATCH 1/1] diff.c: color moved lines differently

2017-05-27 Thread Philip Oakley
a couple of mispellings in the doc parts: s/on location/one location/ [code not checked] - Original Message - From: "Stefan Beller" Subject: [PATCH 1/1] diff.c: color moved lines differently When a patch consists mostly of moving blocks of code around, it can be quite

[PATCH 1/1] diff.c: color moved lines differently

2017-05-26 Thread Stefan Beller
When a patch consists mostly of moving blocks of code around, it can be quite tedious to ensure that the blocks are moved verbatim, and not undesirably modified in the move. To that end, color blocks that are moved within the same patch differently. For example (OM, del, add, and NM are different c