|
|
@ -406,7 +406,7 @@ public class DirCacheCheckout { |
|
|
|
// File/Directory conflict case #20
|
|
|
|
// File/Directory conflict case #20
|
|
|
|
if (walk.isDirectoryFileConflict()) |
|
|
|
if (walk.isDirectoryFileConflict()) |
|
|
|
// TODO: check whether it is always correct to report a conflict here
|
|
|
|
// TODO: check whether it is always correct to report a conflict here
|
|
|
|
conflict(name, null, h, m); |
|
|
|
conflict(name, null, null, null); |
|
|
|
|
|
|
|
|
|
|
|
// file only exists in working tree -> ignore it
|
|
|
|
// file only exists in working tree -> ignore it
|
|
|
|
return; |
|
|
|
return; |
|
|
|