]> git.feebdaed.xyz Git - 0xmirror/git.git/commit
Merge branch 'en/xdiff-cleanup-2'
authorJunio C Hamano <gitster@pobox.com>
Fri, 5 Dec 2025 05:49:56 +0000 (14:49 +0900)
committerJunio C Hamano <gitster@pobox.com>
Fri, 5 Dec 2025 05:49:56 +0000 (14:49 +0900)
commit0c6707687f818fa43dca7c9381c55e611ba6c51e
tree6cb3674bb2c694cd7112ae8a7c8ff5ba67bd6082
parentf0ef5b6d9bcc258e4cbef93839d1b7465d5212b9
parent22ce0cb6397d3d15c21c217696f262c4b8eb44b3
Merge branch 'en/xdiff-cleanup-2'

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