diff options
author | Jeff King <peff@peff.net> | 2018-11-02 02:38:20 -0400 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2018-11-05 13:14:35 +0900 |
commit | 0074c9110db6b8cddc9950f94f69d143379b25ed (patch) | |
tree | f1119b2d39440b2b5c55394b837b6fab5c341561 /contrib/remote-helpers | |
parent | diff: use hunk callback for word-diff (diff) | |
download | tgif-0074c9110db6b8cddc9950f94f69d143379b25ed.tar.xz |
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 <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'contrib/remote-helpers')
0 files changed, 0 insertions, 0 deletions