]> git.feebdaed.xyz Git - 0xmirror/git.git/commit
xdiff: rename rindex -> reference_index
authorEzekiel Newren <ezekielnewren@gmail.com>
Tue, 18 Nov 2025 22:34:22 +0000 (22:34 +0000)
committerJunio C Hamano <gitster@pobox.com>
Tue, 18 Nov 2025 22:53:11 +0000 (14:53 -0800)
commit22ce0cb6397d3d15c21c217696f262c4b8eb44b3
tree9c0fd281db0a2015ee64f1a19febfedfc678fa49
parent5004a8da14e2aa80b5697b0a3a60e594af1c8292
xdiff: rename rindex -> reference_index

The classic diff adds only the lines that it's going to consider,
during the diff, to an array. A mapping between the compacted
array, and the lines of the file that they reference, is
facilitated by this array.

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