aboutsummaryrefslogtreecommitdiff
path: root/bundle.c
diff options
context:
space:
mode:
authorElijah Newren <newren@gmail.com>2010-09-20 02:29:10 -0600
committerJunio C Hamano <gitster@pobox.com>2010-09-29 17:37:05 -0700
commit4c0c1810c98e20ce05b2f026d6f9d62cfef7aefc (patch)
tree06870727fc2e18e243bafadb80b0f7fb5575887b /bundle.c
parentef02b317212443036be6007bba3a1a5946460dc9 (diff)
downloadgit-4c0c1810c98e20ce05b2f026d6f9d62cfef7aefc.tar.gz
git-4c0c1810c98e20ce05b2f026d6f9d62cfef7aefc.tar.xz
merge-recursive: Remove redundant path clearing for D/F conflicts
The code had several places where individual checks were done to remove files that could be in the way of directories in D/F conflicts. Not all D/F conflicts could have a path cleared for them in such a manner, however, leading to the need to create make_room_for_directories_of_df_conflicts() as done in the previous patch. That new function could not have been incorporated into the code sooner, since not all relevant code paths had been deferred to process_df_entry() yet, leading to the creation of even more of these now-redundant path removals. Clean out all of these extra D/F path clearing cases. Signed-off-by: Elijah Newren <newren@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'bundle.c')
0 files changed, 0 insertions, 0 deletions