]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'cs/subtree-split-recursion' into seen
authorJunio C Hamano <gitster@pobox.com>
Fri, 29 May 2026 04:01:34 +0000 (13:01 +0900)
committerJunio C Hamano <gitster@pobox.com>
Fri, 29 May 2026 04:01:35 +0000 (13:01 +0900)
commitc71994f009ab83c71df1bd77bf4d9d3cbbf018d2
tree2d1a66be10bdc56f3cee934bcb78532ddfbebcdd
parent86ac964ca3fddae66cb3dc4226eec1082512d77a
parentc30871b91d4d01ddf24f8129e23aff9da0a57575
Merge branch 'cs/subtree-split-recursion' into seen

When processing large history graphs on Debian or Ubuntu, "git
subtree" can die with a "recursion depth reached" error.

* cs/subtree-split-recursion:
  contrib/subtree: reduce recursion during split
  contrib/subtree: functionalize split traversal
  contrib/subtree: reduce function side-effects