diff options
author | David Aguilar <davvid@gmail.com> | 2016-03-09 23:13:58 -0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2016-03-10 14:07:13 -0800 |
commit | faaab8d571633fc8d98f58f02862f1d0bfa988f7 (patch) | |
tree | e7640a245227c1cf97bf49298c03776d6a8e529d /t/t3508-cherry-pick-many-commits.sh | |
parent | Git 2.7.2 (diff) | |
download | tgif-faaab8d571633fc8d98f58f02862f1d0bfa988f7.tar.xz |
mergetool: support delete/delete conflicts
If two branches each move a file into different directories then
mergetool will fail because it assumes that the file being merged, and
its parent directory, are present in the worktree.
Create the merge file's parent directory to allow using the
deleted base version of the file for merge resolution when
encountering a delete/delete conflict.
The end result is that a delete/delete conflict is presented for the
user to resolve.
Reported-by: Joe Einertson <joe@kidblog.org>
Signed-off-by: David Aguilar <davvid@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 't/t3508-cherry-pick-many-commits.sh')
0 files changed, 0 insertions, 0 deletions