@@ -48,7 +48,7 @@ OPTIONS
4848 'git-daemon' will refuse to start when this option is enabled and no
4949 whitelist is specified.
5050
51- --base-path::
51+ --base-path=path ::
5252 Remap all the path requests as relative to the given path.
5353 This is sort of "GIT root" - if you run 'git-daemon' with
5454 '--base-path=/srv/git' on example.com, then if you later try to pull
@@ -81,24 +81,24 @@ OPTIONS
8181 Incompatible with --port, --listen, --user and --group options.
8282
8383--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
8686 is not supported, then --listen=hostname is also not supported and
8787 --listen must be given an IPv4 address.
8888 Incompatible with '--inetd' option.
8989
9090--port=n::
9191 Listen on an alternative port. Incompatible with '--inetd' option.
9292
93- --init-timeout::
93+ --init-timeout=n ::
9494 Timeout between the moment the connection is established and the
9595 client request is received (typically a rather low value, since
9696 that should be basically immediate).
9797
98- --timeout::
98+ --timeout=n ::
9999 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.
102102
103103--max-connections::
104104 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
150150 Enable/disable the service site-wide per default. Note
151151 that a service disabled site-wide can still be enabled
152152 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
154154 item.
155155
156156--allow-override=service::
0 commit comments