]> git.ipfire.org Git - thirdparty/git.git/commit
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)
commit7b776bc308f904850f36a82e19f9775e672d464c
tree90f0638597e3c9be9360f3b35f5ac986dd9e7fa2
parent44c0d062bd2fed84ba1ac930a153de37a5280cd3
parent00727249ec8404c68391ec58e9c9f0d8a88d5ca0
Merge branch 'pc/range-diff-memory-limit'

"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