mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-03 12:05:52 +01:00
Add conflict type
This commit is contained in:
@@ -142,6 +142,9 @@ public class GitMergeCommand extends AbstractGitCommand implements MergeCommand
|
||||
throw new InternalRepositoryException(repository, "could not calculate diff for path " + path, e);
|
||||
}
|
||||
break;
|
||||
case BOTH_ADDED:
|
||||
result.addAddedByBoth(path);
|
||||
break;
|
||||
case DELETED_BY_THEM:
|
||||
result.addDeletedByThem(path);
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user