@@ -47,7 +47,7 @@ OPTIONS
4747 'git-daemon' will refuse to start when this option is enabled and no
4848 whitelist is specified.
4949
50- --base-path::
50+ --base-path=path ::
5151 Remap all the path requests as relative to the given path.
5252 This is sort of "GIT root" - if you run 'git-daemon' with
5353 '--base-path=/srv/git' on example.com, then if you later try to pull
@@ -80,24 +80,24 @@ OPTIONS
8080 Incompatible with --port, --listen, --user and --group options.
8181
8282--listen=host_or_ipaddr::
83- Listen on an a specific IP address or hostname. IP addresses can
84- be either an IPv4 address or an IPV6 address if supported. If IPv6
83+ Listen on a specific IP address or hostname. IP addresses can
84+ be either an IPv4 address or an IPv6 address if supported. If IPv6
8585 is not supported, then --listen=hostname is also not supported and
8686 --listen must be given an IPv4 address.
8787 Incompatible with '--inetd' option.
8888
8989--port=n::
9090 Listen on an alternative port. Incompatible with '--inetd' option.
9191
92- --init-timeout::
92+ --init-timeout=n ::
9393 Timeout between the moment the connection is established and the
9494 client request is received (typically a rather low value, since
9595 that should be basically immediate).
9696
97- --timeout::
97+ --timeout=n ::
9898 Timeout for specific client sub-requests. This includes the time
99- it takes for the server to process the sub-request and time spent
100- waiting for next client's request.
99+ it takes for the server to process the sub-request and the time spent
100+ waiting for the next client's request.
101101
102102--syslog::
103103 Log to syslog instead of stderr. Note that this option does not imply
@@ -145,7 +145,7 @@ the facility of inet daemon to achieve the same before spawning
145145 Enable/disable the service site-wide per default. Note
146146 that a service disabled site-wide can still be enabled
147147 per repository if it is marked overridable and the
148- repository enables the service with an configuration
148+ repository enables the service with a configuration
149149 item.
150150
151151--allow-override=service::
0 commit comments