diff options
author | Elijah Newren <newren@gmail.com> | 2021-01-19 19:53:41 +0000 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2021-01-20 22:18:55 -0800 |
commit | 04264d4079a4423f32d85d7833d63faa5ace4e33 (patch) | |
tree | 600e914836492015d5b7fbd0122397635f0a353c /merge-ort-wrappers.c | |
parent | merge-ort: add outline for computing directory renames (diff) | |
download | tgif-04264d4079a4423f32d85d7833d63faa5ace4e33.tar.xz |
merge-ort: add outline of get_provisional_directory_renames()
This function is based on merge-recursive.c's get_directory_renames(),
except that the first half has been split out into a not-yet-implemented
compute_rename_counts(). The primary difference here is our lack of the
non_unique_new_dir boolean in our strmap. The lack of that field will
at first cause us to fail testcase 2b of t6423; however, future
optimizations will obviate the need for that ugly field so we have just
left it out.
Signed-off-by: Elijah Newren <newren@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'merge-ort-wrappers.c')
0 files changed, 0 insertions, 0 deletions