mirror of
https://github.com/git/git.git
synced 2026-03-06 23:37:41 +01:00
When a merge result creates a new file, and when our side already has a file in the path, taking the merge result may clobber the untracked file. However, the logic to detect this situation was totally the wrong way. We should complain when the file exists, not when the file does not exist. Signed-off-by: Junio C Hamano <gitster@pobox.com>
3.4 KiB
Executable File
3.4 KiB
Executable File