summaryrefslogtreecommitdiff
path: root/t/t4030-diff-textconv.sh
diff options
context:
space:
mode:
authorLibravatar Elijah Newren <newren@gmail.com>2021-03-11 00:38:26 +0000
committerLibravatar Junio C Hamano <gitster@pobox.com>2021-03-10 22:18:04 -0800
commitbeb06145f83813505397d420bddef0231c127426 (patch)
tree1bc1a2e055a6fdc83ad4a55dda8a44f628ed522b /t/t4030-diff-textconv.sh
parentmerge-ort: precompute subset of sources for which we need rename detection (diff)
downloadtgif-beb06145f83813505397d420bddef0231c127426.tar.xz
merge-ort: add data structures for an alternate tree traversal
In order to determine whether directory rename detection is needed, we as a pre-requisite need a way to traverse through all the files in a given tree before visiting any directories within that tree. traverse_trees() only iterates through the entries in the order they appear, so add some data structures that will store all the entries as we iterate through them in traverse_trees(), which will allow us to re-traverse them in our desired order. Signed-off-by: Elijah Newren <newren@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 't/t4030-diff-textconv.sh')
0 files changed, 0 insertions, 0 deletions