summaryrefslogtreecommitdiffstats
path: root/src/main/java/com/gitblit/transport/ssh/commands/SshCommand.java
Commit message (Expand)AuthorAgeFilesLines
* [findbugs] Fix throws signatureJames Moger2014-04-171-1/+1
* Update headersJames Moger2014-04-131-14/+16
* Add hostname and ssh repo url methodso to SshCommandJames Moger2014-04-101-0/+38
* Improve command help with formatting and usage examplesJames Moger2014-04-101-0/+4
* DispatchCommand should be the ExtensionPointJames Moger2014-04-101-3/+1
* Expose SSH command as plugin extension pointDavid Ostrovsky2014-04-101-1/+3
* Merge AbstractSshCommand and BaseCommand into a single classJames Moger2014-04-101-20/+20
* SSHD: Add support for generic commandsDavid Ostrovsky2014-04-101-0/+45