Re: [RFC PATCH 7/7] diff/am: enhance diff format to use */~ for moved lines

2018-08-05 Thread Stefan Beller
On Sat, Aug 4, 2018 at 10:15 AM Junio C Hamano wrote: > > Stefan Beller writes: > > > Try it out via > > ./git-format-patch --mark-moved 15ef69314d^..15ef69314d > > to see if you like it. > > > > This separates the coloring decision from the detection of moved lines. > > When giving --mark-mo

Re: [RFC PATCH 7/7] diff/am: enhance diff format to use */~ for moved lines

2018-08-04 Thread Junio C Hamano
Stefan Beller writes: > Try it out via > ./git-format-patch --mark-moved 15ef69314d^..15ef69314d > to see if you like it. > > This separates the coloring decision from the detection of moved lines. > When giving --mark-moved, move detection is still performed and the output > markers are adju

[RFC PATCH 7/7] diff/am: enhance diff format to use */~ for moved lines

2018-08-03 Thread Stefan Beller
Try it out via ./git-format-patch --mark-moved 15ef69314d^..15ef69314d to see if you like it. This separates the coloring decision from the detection of moved lines. When giving --mark-moved, move detection is still performed and the output markers are adjusted to */~ for new and old code. gi