range-diff: make use of different output indicators
commit8d5ccb59def8c1737b3e055a5984eaaa4e881ce9
authorStefan Beller <sbeller@google.com>
Fri, 17 Aug 2018 20:43:53 +0000 (17 13:43 -0700)
committerJunio C Hamano <gitster@pobox.com>
Mon, 20 Aug 2018 21:33:26 +0000 (20 14:33 -0700)
tree510e50ad06963930da243fee8ac68231e0dea319
parent7648b79eeefc23e773a41b24e3ecdadb9fe93643
range-diff: make use of different output indicators

This change itself only changes the internal communication and should
have no visible effect to the user. We instruct the diff code that
produces the inner diffs to use other markers instead of the
usual markers for new, old and context lines.

Signed-off-by: Stefan Beller <sbeller@google.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
range-diff.c