Merge branch 'sb/diff-color-moved-use-xdl-recmatch'
authorJunio C Hamano <gitster@pobox.com>
Mon, 6 Nov 2017 04:11:24 +0000 (13:11 +0900)
committerJunio C Hamano <gitster@pobox.com>
Mon, 6 Nov 2017 04:11:24 +0000 (13:11 +0900)
Instead of using custom line comparison and hashing functions to
implement "moved lines" coloring in the diff output, use the pair
of these functions from lower-layer xdiff/ code.

* sb/diff-color-moved-use-xdl-recmatch:
diff.c: get rid of duplicate implementation
xdiff-interface: export comparing and hashing strings

Trivial merge