From: Stefan Beller Date: Fri, 30 Jun 2017 00:07:03 +0000 (-0700) Subject: diff.c: convert word diffing to use emit_diff_symbol X-Git-Tag: v2.15.0-rc0~130^2~7 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/bd033291d5a3e62979e28fd939dcd8caad510e9c?ds=inline;hp=bd033291d5a3e62979e28fd939dcd8caad510e9c 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 Signed-off-by: Junio C Hamano ---