]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'pw/xdiff-shrink-memory-consumption' into seen
authorJunio C Hamano <gitster@pobox.com>
Tue, 28 Apr 2026 01:21:54 +0000 (10:21 +0900)
committerJunio C Hamano <gitster@pobox.com>
Tue, 28 Apr 2026 01:21:54 +0000 (10:21 +0900)
Shrink wasted memory in Myers diff that does not account for common
prefix and suffix removal.

* pw/xdiff-shrink-memory-consumption:
  xdiff: reduce the size of array
  xprepare: simplify error handling
  xdiff: cleanup xdl_clean_mmatch()
  xdiff: reduce size of action arrays


Trivial merge