]> git.ipfire.org Git - thirdparty/git.git/commit - diff.c
diff.c: convert word diffing to use emit_diff_symbol
authorStefan Beller <sbeller@google.com>
Fri, 30 Jun 2017 00:07:03 +0000 (17:07 -0700)
committerJunio C Hamano <gitster@pobox.com>
Fri, 30 Jun 2017 20:13:02 +0000 (13:13 -0700)
commitbd033291d5a3e62979e28fd939dcd8caad510e9c
tree59a760f5642d28e779bbe91d929e107e5222f3d4
parent0911c475c86862735caab43099ddb787d2e72f65
diff.c: convert word diffing to use emit_diff_symbol

The word diffing is not line oriented and would need some serious
effort to be transformed into a line oriented approach, so
just go with a symbol DIFF_SYMBOL_WORD_DIFF that is a partial line.

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