diff options
author | Lars Noschinski <lars@public.noschinski.de> | 2009-01-19 18:06:43 +0100 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2009-01-19 17:07:23 -0800 |
commit | 674a1d2628628aa21c32ef98279f99ba3794a640 (patch) | |
tree | 463cb984f501910fdd88954c7c85aa85fa736a9a /Documentation/git-shell.txt | |
parent | 9d3043cf333ee500e476a558acb234b42e43cc62 (diff) | |
download | git-674a1d2628628aa21c32ef98279f99ba3794a640.tar.gz git-674a1d2628628aa21c32ef98279f99ba3794a640.tar.xz |
shell: Document that 'cvs server' is a valid command
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>
Diffstat (limited to 'Documentation/git-shell.txt')
-rw-r--r-- | Documentation/git-shell.txt | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Documentation/git-shell.txt b/Documentation/git-shell.txt index ff420f8f8..3f8d973af 100644 --- a/Documentation/git-shell.txt +++ b/Documentation/git-shell.txt @@ -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 ------ |