public class ImplicitDirectoryRenameGitMergeConflict extends AbstractPathGitMergeConflict
git merge
from moving one or more files to the renamed directory.
This is one of two possible triggers for GitMergeConflictType.IMPLICIT_DIRECTORY_RENAME
; the other is
ConvergentDirectoryRenameGitMergeConflict
.
ConvergentDirectoryRenameGitMergeConflict
,
GitMergeConflictType.IMPLICIT_DIRECTORY_RENAME
Constructor and Description |
---|
ImplicitDirectoryRenameGitMergeConflict(String message,
String path,
List<String> srcPaths) |
Modifier and Type | Method and Description |
---|---|
void |
accept(GitMergeConflictVisitor visitor) |
List<String> |
getSrcPaths() |
getPath
getMessage, getOurChange, getTheirChange, getType
public void accept(@Nonnull GitMergeConflictVisitor visitor)
@Nonnull public List<String> getSrcPaths()
git merge
could not rename due to an existing
directory or file
Copyright © 2019 Atlassian. All rights reserved.