James Moger
2014-03-28 cd45b5fe5ae88c1d526211e67068ce7b2a066d70
src/main/java/com/gitblit/transport/ssh/git/Upload.java
@@ -19,7 +19,7 @@
import com.gitblit.transport.ssh.commands.CommandMetaData;
@CommandMetaData(name = "git-upload-pack", description = "Sends packs to a client for clone and fetch")
@CommandMetaData(name = "git-upload-pack", description = "Sends packs to a client for clone and fetch", hidden = true)
public class Upload extends BaseGitCommand {
   @Override
   protected void runImpl() throws Failure {