James Moger
2014-03-21 30d47d4f203231c80ffefea1cf10187b841b6110
src/main/java/com/gitblit/transport/ssh/git/GitDispatcher.java
@@ -26,7 +26,7 @@
import com.gitblit.transport.ssh.commands.DispatchCommand;
import com.gitblit.transport.ssh.commands.SshCommandContext;
@CommandMetaData(name = "git", description="Dispatcher for git receive and upload commands", hidden = true)
@CommandMetaData(name = "git", description="Git commands")
public class GitDispatcher extends DispatchCommand {
   protected RepositoryResolver<SshDaemonClient> repositoryResolver;