James Moger
2014-03-21 dca0d1667cf5e6e8b14c0ad633429f2ce8fcc64c
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;