summaryrefslogtreecommitdiffstats
path: root/git-daemon.txt
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.txt
parenta387df351c783f68378511c35d12d637498c7211 (diff)
downloadgit-htmldocs-fcb740a645ed3fb9e0fe666daa00f7cb20774788.tar.gz
Autogenerated HTML docs for v1.6.0.1-157-g7df43
Diffstat (limited to 'git-daemon.txt')
-rw-r--r--git-daemon.txt9
1 files changed, 7 insertions, 2 deletions
diff --git a/git-daemon.txt b/git-daemon.txt
index 4ba4b75c1..b08a08cd9 100644
--- a/git-daemon.txt
+++ b/git-daemon.txt
@@ -9,8 +9,9 @@ SYNOPSIS
--------
[verse]
'git daemon' [--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]
@@ -99,6 +100,10 @@ OPTIONS
it takes for the server to process the sub-request and time spent
waiting for next client's request.
+--max-connections::
+ Maximum number of concurrent clients, defaults to 32. Set it to
+ zero for no limit.
+
--syslog::
Log to syslog instead of stderr. Note that this option does not imply
--verbose, thus by default only error conditions will be logged.