]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'am/xdiff-hash-tweak'
authorJunio C Hamano <gitster@pobox.com>
Mon, 8 Sep 2025 21:54:34 +0000 (14:54 -0700)
committerJunio C Hamano <gitster@pobox.com>
Mon, 8 Sep 2025 21:54:34 +0000 (14:54 -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