Re: [PATCHv2 3/3] merge-recursive: When we detect we can skip an update, actually skip it
From: Junio C Hamano <hidden> Date: 2016-06-15 22:50:42
Elijah Newren [off-list ref] writes:
Suggestions?
Other than not doing the remove way before the code knows that it is
necessary to get rid of the path because there needs to be a directory?
No.
Personally, I've long given up on d/f conflict codepath in merge-recursive
as unsalvageable, short of a total rewrite. As I said in the other
message, the patch you sent in is a good enough fix within the context of
the current code.