OSDN Git Service

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)
commit61ea1fe363663a7788e00185bb5c06d8dc2371f4
tree6e7b30fbf13b6566f870bb663178e0bcc796b922
parent7a55427094c33de1f0e6465feb26f2964b3fe558
parent01be97c2b285e8ba377ba58385ef6ad2e7815c93
Merge branch 'sb/diff-color-moved-use-xdl-recmatch'

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