Skip to content

Commit

Permalink
shell: Document that 'cvs server' is a valid command
Browse files Browse the repository at this point in the history
git-shell's man page explicitly lists all allowed commands, but 'cvs
server' was missing. Add it.

Signed-off-by: Lars Noschinski <lars@public.noschinski.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
  • Loading branch information
Lars Noschinski authored and Junio C Hamano committed Jan 20, 2009
1 parent 9d3043c commit 674a1d2
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Documentation/git-shell.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,9 @@ of server-side GIT commands implementing the pull/push functionality.
The commands can be executed only by the '-c' option; the shell is not
interactive.

Currently, only the 'git-receive-pack' and 'git-upload-pack' commands
are permitted to be called, with a single required argument.
Currently, only three commands are permitted to be called, 'git-receive-pack'
'git-upload-pack' with a single required argument or 'cvs server' (to invoke
'git-cvsserver').

Author
------
Expand Down

0 comments on commit 674a1d2

Please sign in to comment.