projects
/
git.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d890d3f
)
doc/git-daemon: add missing arguments to max-connections option
author
Markus Heidelberg
<markus.heidelberg@web.de>
Sat, 18 Apr 2009 09:46:06 +0000
(11:46 +0200)
committer
Junio C Hamano
<gitster@pobox.com>
Sat, 18 Apr 2009 20:40:34 +0000
(13:40 -0700)
Signed-off-by: Markus Heidelberg <markus.heidelberg@web.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-daemon.txt
patch
|
blob
|
history
diff --git
a/Documentation/git-daemon.txt
b/Documentation/git-daemon.txt
index d5596672a5493062afbbd3b57f94a3673f9de659..a85121c689e394e86f7c97025b92ffa03fca0df9 100644
(file)
--- a/
Documentation/git-daemon.txt
+++ b/
Documentation/git-daemon.txt
@@
-100,7
+100,7
@@
OPTIONS
it takes for the server to process the sub-request and the time spent
waiting for the next client's request.
---max-connections::
+--max-connections
=n
::
Maximum number of concurrent clients, defaults to 32. Set it to
zero for no limit.