From: Junio C Hamano Date: Tue, 25 Nov 2025 20:29:12 +0000 (-0800) Subject: Merge branch 'en/xdiff-cleanup-2' into next X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=452b7107dae43ffdb9208ce4f03964bd6ff64f87;p=thirdparty%2Fgit.git Merge branch 'en/xdiff-cleanup-2' into next Code clean-up. * en/xdiff-cleanup-2: xdiff: rename rindex -> reference_index xdiff: change rindex from long to size_t in xdfile_t xdiff: make xdfile_t.nreff a size_t instead of long xdiff: make xdfile_t.nrec a size_t instead of long xdiff: split xrecord_t.ha into line_hash and minimal_perfect_hash xdiff: use unambiguous types in xdl_hash_record() xdiff: use size_t for xrecord_t.size xdiff: make xrecord_t.ptr a uint8_t instead of char xdiff: use ptrdiff_t for dstart/dend doc: define unambiguous type mappings across C and Rust --- 452b7107dae43ffdb9208ce4f03964bd6ff64f87