git/xdiff
Ezekiel Newren 22ce0cb639 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>
2025-11-18 14:53:11 -08:00
..
xdiff.h
xdiffi.c xdiff: rename rindex -> reference_index 2025-11-18 14:53:11 -08:00
xdiffi.h xdiff: delete struct diffdata_t 2025-09-30 14:12:46 -07:00
xemit.c xdiff: make xdfile_t.nrec a size_t instead of long 2025-11-18 14:53:10 -08:00
xemit.h
xhistogram.c xdiff: split xrecord_t.ha into line_hash and minimal_perfect_hash 2025-11-18 14:53:10 -08:00
xinclude.h
xmacros.h
xmerge.c xdiff: make xdfile_t.nrec a size_t instead of long 2025-11-18 14:53:10 -08:00
xpatience.c xdiff: make xdfile_t.nrec a size_t instead of long 2025-11-18 14:53:10 -08:00
xprepare.c xdiff: rename rindex -> reference_index 2025-11-18 14:53:11 -08:00
xprepare.h
xtypes.h xdiff: rename rindex -> reference_index 2025-11-18 14:53:11 -08:00
xutils.c xdiff: use unambiguous types in xdl_hash_record() 2025-11-18 14:53:10 -08:00
xutils.h xdiff: use unambiguous types in xdl_hash_record() 2025-11-18 14:53:10 -08:00