mirror of
				https://github.com/scm-manager/scm-manager.git
				synced 2025-11-03 20:15:52 +01:00 
			
		
		
		
	added branches command to supported command list
This commit is contained in:
		@@ -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 ---------------------------------------------------------
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user