James Moger
2014-03-27 53b312fdc03e797d751d73e79a58e2b2bb3f9e87
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 {