]> git.ipfire.org Git - thirdparty/git.git/commit
merge-ort: add outline for computing directory renames
authorElijah Newren <newren@gmail.com>
Tue, 19 Jan 2021 19:53:40 +0000 (19:53 +0000)
committerJunio C Hamano <gitster@pobox.com>
Thu, 21 Jan 2021 06:18:55 +0000 (22:18 -0800)
commit112e11126b963923d84f90f12dae9b96271ccedb
tree6f7468dc67a0f8de591d8a9f12e71d85b81d5fee
parenteb3e3e1ddffa1348532a6b8d741c235e4c73017c
merge-ort: add outline for computing directory renames

Port some directory rename handling changes from merge-recursive.c's
detect_and_process_renames() to the same-named function of merge-ort.c.
This does not yet add any use or handling of directory renames, just the
outline for where we start to compute them.  Thus, a future patch will
add port additional changes to merge-ort's detect_and_process_renames().

Signed-off-by: Elijah Newren <newren@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
merge-ort.c