diff options
author | David Ostrovsky <david@ostrovsky.org> | 2014-02-26 08:19:44 +0100 |
---|---|---|
committer | James Moger <james.moger@gitblit.com> | 2014-04-10 18:58:07 -0400 |
commit | a3de33e71a22268105714e01d09c1c2e28bfe2c3 (patch) | |
tree | cb9e34a743a273738c34829d3e1d1ffcb32a9689 /src/main/java/com/gitblit/git/GitDaemonClient.java | |
parent | 924c9b28edfda6582a5480a7c1a2dd5b3ce89d92 (diff) | |
download | gitblit-a3de33e71a22268105714e01d09c1c2e28bfe2c3.tar.gz gitblit-a3de33e71a22268105714e01d09c1c2e28bfe2c3.zip |
Fix command dispatching
DispatchCommand is supposed to be nested:
ssh server gitblit version --verbose --format json
means that first the command that is seen by dispatching process is
"gitblit". Dispatch command look in its commands map for this command
and dispatch the rest of the command and options and arguments to this
command, version in this example.
Change-Id: I8ef8e0e369922c793ca7ad36c1a8f76b0206baa7
Diffstat (limited to 'src/main/java/com/gitblit/git/GitDaemonClient.java')
0 files changed, 0 insertions, 0 deletions