]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'pc/range-diff-memory-limit'
authorJunio C Hamano <gitster@pobox.com>
Thu, 18 Sep 2025 17:07:02 +0000 (10:07 -0700)
committerJunio C Hamano <gitster@pobox.com>
Thu, 18 Sep 2025 17:07:02 +0000 (10:07 -0700)
"git range-diff" learned a way to limit the memory consumed by
O(N*N) cost matrix.

* pc/range-diff-memory-limit:
  range-diff: add configurable memory limit for cost matrix


Trivial merge