diff options
author | Elijah Newren <newren@gmail.com> | 2021-03-11 00:38:26 +0000 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2021-03-10 22:18:04 -0800 |
commit | beb06145f83813505397d420bddef0231c127426 (patch) | |
tree | 1bc1a2e055a6fdc83ad4a55dda8a44f628ed522b /t/t5535-fetch-push-symref.sh | |
parent | merge-ort: precompute subset of sources for which we need rename detection (diff) | |
download | tgif-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/t5535-fetch-push-symref.sh')
0 files changed, 0 insertions, 0 deletions