]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'en/xdiff-cleanup-2' into next
authorJunio C Hamano <gitster@pobox.com>
Tue, 25 Nov 2025 20:29:12 +0000 (12:29 -0800)
committerJunio C Hamano <gitster@pobox.com>
Tue, 25 Nov 2025 20:29:12 +0000 (12:29 -0800)
commit452b7107dae43ffdb9208ce4f03964bd6ff64f87
treede6ea2d97b8790987f3055bcc2b7f246f4d6e3b4
parent65b55ccf14e8c4913e145ca132790f29eed0b713
parent22ce0cb6397d3d15c21c217696f262c4b8eb44b3
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
Documentation/Makefile
Documentation/technical/meson.build