@@ -48,7 +48,7 @@ OPTIONS
48
48
'git-daemon' will refuse to start when this option is enabled and no
49
49
whitelist is specified.
50
50
51
- --base-path::
51
+ --base-path=path ::
52
52
Remap all the path requests as relative to the given path.
53
53
This is sort of "GIT root" - if you run 'git-daemon' with
54
54
'--base-path=/srv/git' on example.com, then if you later try to pull
@@ -81,24 +81,24 @@ OPTIONS
81
81
Incompatible with --port, --listen, --user and --group options.
82
82
83
83
--listen=host_or_ipaddr::
84
- Listen on an a specific IP address or hostname. IP addresses can
85
- be either an IPv4 address or an IPV6 address if supported. If IPv6
84
+ Listen on a specific IP address or hostname. IP addresses can
85
+ be either an IPv4 address or an IPv6 address if supported. If IPv6
86
86
is not supported, then --listen=hostname is also not supported and
87
87
--listen must be given an IPv4 address.
88
88
Incompatible with '--inetd' option.
89
89
90
90
--port=n::
91
91
Listen on an alternative port. Incompatible with '--inetd' option.
92
92
93
- --init-timeout::
93
+ --init-timeout=n ::
94
94
Timeout between the moment the connection is established and the
95
95
client request is received (typically a rather low value, since
96
96
that should be basically immediate).
97
97
98
- --timeout::
98
+ --timeout=n ::
99
99
Timeout for specific client sub-requests. This includes the time
100
- it takes for the server to process the sub-request and time spent
101
- waiting for next client's request.
100
+ it takes for the server to process the sub-request and the time spent
101
+ waiting for the next client's request.
102
102
103
103
--max-connections::
104
104
Maximum number of concurrent clients, defaults to 32. Set it to
@@ -150,7 +150,7 @@ the facility of inet daemon to achieve the same before spawning
150
150
Enable/disable the service site-wide per default. Note
151
151
that a service disabled site-wide can still be enabled
152
152
per repository if it is marked overridable and the
153
- repository enables the service with an configuration
153
+ repository enables the service with a configuration
154
154
item.
155
155
156
156
--allow-override=service::
0 commit comments