@@ -47,7 +47,7 @@ OPTIONS
47
47
'git-daemon' will refuse to start when this option is enabled and no
48
48
whitelist is specified.
49
49
50
- --base-path::
50
+ --base-path=path ::
51
51
Remap all the path requests as relative to the given path.
52
52
This is sort of "GIT root" - if you run 'git-daemon' with
53
53
'--base-path=/srv/git' on example.com, then if you later try to pull
@@ -80,24 +80,24 @@ OPTIONS
80
80
Incompatible with --port, --listen, --user and --group options.
81
81
82
82
--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
85
85
is not supported, then --listen=hostname is also not supported and
86
86
--listen must be given an IPv4 address.
87
87
Incompatible with '--inetd' option.
88
88
89
89
--port=n::
90
90
Listen on an alternative port. Incompatible with '--inetd' option.
91
91
92
- --init-timeout::
92
+ --init-timeout=n ::
93
93
Timeout between the moment the connection is established and the
94
94
client request is received (typically a rather low value, since
95
95
that should be basically immediate).
96
96
97
- --timeout::
97
+ --timeout=n ::
98
98
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.
101
101
102
102
--syslog::
103
103
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
145
145
Enable/disable the service site-wide per default. Note
146
146
that a service disabled site-wide can still be enabled
147
147
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
149
149
item.
150
150
151
151
--allow-override=service::
0 commit comments