summaryrefslogtreecommitdiffstats
path: root/git-daemon.html
diff options
context:
space:
mode:
authorJunio C Hamano <junio@hera.kernel.org>2008-08-31 06:32:05 +0000
committerJunio C Hamano <junio@hera.kernel.org>2008-08-31 06:32:05 +0000
commitfcb740a645ed3fb9e0fe666daa00f7cb20774788 (patch)
treeea21a27f47b6eac807a4578af39717676dc7aa81 /git-daemon.html
parenta387df351c783f68378511c35d12d637498c7211 (diff)
downloadgit-htmldocs-fcb740a645ed3fb9e0fe666daa00f7cb20774788.tar.gz
Autogenerated HTML docs for v1.6.0.1-157-g7df43
Diffstat (limited to 'git-daemon.html')
-rw-r--r--git-daemon.html16
1 files changed, 13 insertions, 3 deletions
diff --git a/git-daemon.html b/git-daemon.html
index ab2813389..9716f0a42 100644
--- a/git-daemon.html
+++ b/git-daemon.html
@@ -322,8 +322,9 @@ git-daemon(1) Manual Page
<div class="sectionbody">
<div class="verseblock">
<div class="content"><em>git daemon</em> [--verbose] [--syslog] [--export-all]
- [--timeout=n] [--init-timeout=n] [--strict-paths]
- [--base-path=path] [--user-path | --user-path=path]
+ [--timeout=n] [--init-timeout=n] [--max-connections=n]
+ [--strict-paths] [--base-path=path] [--base-path-relaxed]
+ [--user-path | --user-path=path]
[--interpolated-path=pathtemplate]
[--reuseaddr] [--detach] [--pid-file=file]
[--enable=service] [--disable=service]
@@ -460,6 +461,15 @@ git repositories.</p></div>
</p>
</dd>
<dt>
+--max-connections
+</dt>
+<dd>
+<p>
+ Maximum number of concurrent clients, defaults to 32. Set it to
+ zero for no limit.
+</p>
+</dd>
+<dt>
--syslog
</dt>
<dd>
@@ -736,7 +746,7 @@ selectively enable/disable services per repository
</div>
<div id="footer">
<div id="footer-text">
-Last updated 2008-07-06 05:16:42 UTC
+Last updated 2008-08-31 06:31:47 UTC
</div>
</div>
</body>