mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-14 01:15:44 +01:00
merge with 2.0.0-m3
This commit is contained in:
@@ -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
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user