merge with 2.0.0-m3

This commit is contained in:
Sebastian Sdorra
2019-08-19 09:53:43 +02:00
21 changed files with 456 additions and 116 deletions

View File

@@ -59,7 +59,8 @@ public class GitRepositoryServiceProvider extends RepositoryServiceProvider
Command.BLAME,
Command.BROWSE,
Command.CAT,
Command.DIFF,
Command.DIFF,
Command.DIFF_RESULT,
Command.LOG,
Command.TAGS,
Command.BRANCHES,
@@ -168,6 +169,11 @@ public class GitRepositoryServiceProvider extends RepositoryServiceProvider
return new GitDiffCommand(context, repository);
}
@Override
public DiffResultCommand getDiffResultCommand() {
return new GitDiffResultCommand(context, repository);
}
/**
* Method description
*