]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'pc/range-diff-memory-limit' into next
authorJunio C Hamano <gitster@pobox.com>
Fri, 12 Sep 2025 17:42:36 +0000 (10:42 -0700)
committerJunio C Hamano <gitster@pobox.com>
Fri, 12 Sep 2025 17:42:36 +0000 (10:42 -0700)
commit022fe71829cadbc8a9a4573d969fbb19fa1d62f3
treebec12971646855533ce9a9fc3754146012652368
parent005f763f970b8fa42865a8656adc19e397aa9002
parent00727249ec8404c68391ec58e9c9f0d8a88d5ca0
Merge branch 'pc/range-diff-memory-limit' into next

"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