]> git.ipfire.org Git - thirdparty/git.git/commit
xdiff: use xdfenv_t in xdl_trim_ends() and xdl_cleanup_records()
authorEzekiel Newren <ezekielnewren@gmail.com>
Fri, 2 Jan 2026 18:52:19 +0000 (18:52 +0000)
committerJunio C Hamano <gitster@pobox.com>
Sun, 4 Jan 2026 02:44:51 +0000 (11:44 +0900)
commitfde7f6ebb113b9a27307d2e51dd20f8e78c81ea4
treed3a868e69d1db958d20ec8339fb933ebe1fd8c50
parent319871c177c7273710ff32c66d9ed10a2ee5d2c8
xdiff: use xdfenv_t in xdl_trim_ends() and xdl_cleanup_records()

View with --color-words. Prepare these functions to use the fields:
delta_start, delta_end. A future patch will add these fields to
xdfenv_t.

Signed-off-by: Ezekiel Newren <ezekielnewren@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
xdiff/xprepare.c