Expose fact that git implements tag command

This commit is contained in:
René Pfeuffer
2020-11-30 16:41:18 +01:00
parent d38340a16b
commit 12fb2db0da

View File

@@ -50,6 +50,7 @@ public class GitRepositoryServiceProvider extends RepositoryServiceProvider
Command.DIFF,
Command.DIFF_RESULT,
Command.LOG,
Command.TAG,
Command.TAGS,
Command.BRANCH,
Command.BRANCHES,