Hi Jacob, > * sb/diff-color-move-more (2018-05-21) 8 commits > (merged to 'next' on 2018-05-24 at 45f3fb7975) > + diff: color-moved white space handling options imply color-moved > + diff.c: add --color-moved-ignore-space-delta option > + diff.c: decouple white space treatment from move detection algorithm > + diff.c: add a blocks mode for moved code detection > + diff.c: adjust hash function signature to match hashmap expectation > + diff.c: do not pass diff options as keydata to hashmap > + xdiff/xdiffi.c: remove unneeded function declarations > + xdiff/xdiff.h: remove unused flags > > "git diff --color-moved" feature has further been tweaked. > > Will kick back to 'pu'. > cf. <CAGZ79kag9m02xtJKg05aPE4Grq2wBWSmUr3JdwfyHsMawR7m5Q@xxxxxxxxxxxxxx> FYI: I have this series still cooking internally, but it is not ready again for prime time, as I still need to debug a corner case. The code found at [1] is improved over this series here as the options for detecting moved code and its coloring are decoupled; having more tests. I just had not enough time to resend this one. [1] https://github.com/stefanbeller/git/tree/color-moved-only Thanks, Stefan