mirror of
https://github.com/git/git.git
synced 2024-10-30 13:57:54 +01:00
Merge branch 'maint'
* maint: shell: Document that 'cvs server' is a valid command
This commit is contained in:
commit
b044c65855
1 changed files with 3 additions and 2 deletions
|
@ -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
|
||||
------
|
||||
|
|
Loading…
Reference in a new issue