mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-02 19:45:51 +01:00
implement hg tag command and add rest endpoints
This commit is contained in:
@@ -148,6 +148,11 @@ public class GitRepositoryServiceProvider extends RepositoryServiceProvider
|
||||
return new GitTagsCommand(context, gpg);
|
||||
}
|
||||
|
||||
@Override
|
||||
public TagCommand getTagCommand() {
|
||||
return new GitTagCommand(context, gpg);
|
||||
}
|
||||
|
||||
@Override
|
||||
public MergeCommand getMergeCommand() {
|
||||
return commandInjector.getInstance(GitMergeCommand.class);
|
||||
|
||||
Reference in New Issue
Block a user