File was renamed from src/main/java/com/gitblit/transport/ssh/commands/CreateRepository.java |
| | |
| | | * limitations under the License. |
| | | */ |
| | | |
| | | package com.gitblit.transport.ssh.commands; |
| | | package com.gitblit.transport.ssh.gitblit; |
| | | |
| | | import org.kohsuke.args4j.Option; |
| | | |
| | | import com.gitblit.transport.ssh.CommandMetaData; |
| | | import com.gitblit.transport.ssh.commands.SshCommand; |
| | | |
| | | @CommandMetaData(name = "create-repository", description = "Create new GIT repository", admin = true, hidden = true) |
| | | public class CreateRepository extends SshCommand { |