added branches command to supported command list

This commit is contained in:
Sebastian Sdorra
2012-07-10 20:52:19 +02:00
parent c3b286a745
commit 8912ba8c00

View File

@@ -58,7 +58,8 @@ public class GitRepositoryServiceProvider extends RepositoryServiceProvider
private static final Set<Command> COMMANDS = ImmutableSet.of(Command.BLAME,
Command.BROWSE, Command.CAT,
Command.DIFF, Command.LOG,
Command.TAGS);
Command.TAGS,
Command.BRANCHES);
//~--- constructors ---------------------------------------------------------