James Moger
2014-03-27 fc8487e5ade37a82e686f4168ea5702bde3cdb4b
src/main/java/com/gitblit/transport/ssh/git/Receive.java
@@ -19,7 +19,7 @@
import com.gitblit.transport.ssh.commands.CommandMetaData;
@CommandMetaData(name = "git-receive-pack", description = "Receives pushes from a client")
@CommandMetaData(name = "git-receive-pack", description = "Receives pushes from a client", hidden = true)
public class Receive extends BaseGitCommand {
   @Override
   protected void runImpl() throws Failure {