From: Jeff King Date: Fri, 2 Nov 2018 06:38:20 +0000 (-0400) Subject: combine-diff: use an xdiff hunk callback X-Git-Tag: v2.20.0-rc0~33^2~3 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/0074c9110db6b8cddc9950f94f69d143379b25ed?hp=0074c9110db6b8cddc9950f94f69d143379b25ed combine-diff: use an xdiff hunk callback A combined diff has to line up the hunks for all of the individual pairwise diffs, and thus needs to know their line numbers and sizes. We get that now by parsing the hunk header line that xdiff generates. However, now that xdiff supports a hunk callback, we can just use the values directly. Signed-off-by: Jeff King Signed-off-by: Junio C Hamano ---