]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'am/xdiff-hash-tweak' into next
authorJunio C Hamano <gitster@pobox.com>
Fri, 29 Aug 2025 17:23:53 +0000 (10:23 -0700)
committerJunio C Hamano <gitster@pobox.com>
Fri, 29 Aug 2025 17:23:53 +0000 (10:23 -0700)
Inspired by Ezekiel's recent effort to showcase Rust interface, the
hash function implementation used to hash lines have been updated
to the one used for ELF symbol lookup by Glibc.

* am/xdiff-hash-tweak:
  xdiff: optimize xdl_hash_record_verbatim
  xdiff: refactor xdl_hash_record()


Trivial merge