Skip to content

Commit 674a1d2

Browse files
noschinlgitster
authored andcommitted
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 <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 9d3043c commit 674a1d2

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Documentation/git-shell.txt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,9 @@ of server-side GIT commands implementing the pull/push functionality.
1818
The commands can be executed only by the '-c' option; the shell is not
1919
interactive.
2020

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

2425
Author
2526
------

0 commit comments

Comments
 (0)