diff options
author | Clemens Buchacher <drizzd@aon.at> | 2008-12-10 21:12:59 +0100 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2008-12-15 02:39:57 -0800 |
commit | 7bb1fcc6fcc5a2d0164f243fd10f346eb0822ddf (patch) | |
tree | 12f184e9e7e088f38418941c6469ad57b90e01ee /hash.h | |
parent | git-config.txt: fix a typo (diff) | |
download | tgif-7bb1fcc6fcc5a2d0164f243fd10f346eb0822ddf.tar.xz |
modify/delete conflict resolution overwrites untracked file
If a file was removed in HEAD, but modified in MERGE_HEAD, recursive merge
will result in a "CONFLICT (delete/modify)". If the (now untracked) file
already exists and was not added to the index, it is overwritten with the
conflict resolution contents.
In similar situations (cf. test 2), the merge would abort with
"error: Untracked working tree 'file' would be overwritten by merge."
The same should happen in this case.
Signed-off-by: Clemens Buchacher <drizzd@aon.at>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'hash.h')
0 files changed, 0 insertions, 0 deletions