summaryrefslogtreecommitdiffstats
path: root/git-daemon.html
diff options
context:
space:
mode:
authorJunio C Hamano <junio@hera.kernel.org>2006-07-28 05:14:12 +0000
committerJunio C Hamano <junio@hera.kernel.org>2006-07-28 05:14:12 +0000
commitabb53dc4ac58c5009a30ecb0a38895dce61b5296 (patch)
tree6bde2fd7a4bf93af3054759e5a5bf33f5874bc9b /git-daemon.html
parentf9ca97d6b6efc644961bdfb77047b162bca91919 (diff)
downloadgit-htmldocs-abb53dc4ac58c5009a30ecb0a38895dce61b5296.tar.gz
Autogenerated HTML docs for v1.4.2-rc2-gc2c4
Diffstat (limited to 'git-daemon.html')
-rw-r--r--git-daemon.html30
1 files changed, 28 insertions, 2 deletions
diff --git a/git-daemon.html b/git-daemon.html
index 148925150..e500baec9 100644
--- a/git-daemon.html
+++ b/git-daemon.html
@@ -276,7 +276,7 @@ git-daemon(1) Manual Page
<div class="content"><em>git-daemon</em> [--verbose] [--syslog] [--inetd | --port=n] [--export-all]
[--timeout=n] [--init-timeout=n] [--strict-paths]
[--base-path=path] [--user-path | --user-path=path]
- [directory&#8230;]</div></div>
+ [--reuseaddr] [--detach] [--pid-file=file] [directory&#8230;]</div></div>
</div>
<h2>DESCRIPTION</h2>
<div class="sectionbody">
@@ -396,6 +396,32 @@ the offers to a whitelist comprising of those.</p>
</p>
</dd>
<dt>
+--reuseaddr
+</dt>
+<dd>
+<p>
+ Use SO_REUSEADDR when binding the listening socket.
+ This allows the server to restart without waiting for
+ old connections to time out.
+</p>
+</dd>
+<dt>
+--detach
+</dt>
+<dd>
+<p>
+ Detach from the shell. Implies --syslog.
+</p>
+</dd>
+<dt>
+--pid-file=file
+</dt>
+<dd>
+<p>
+ Save the process id in <em>file</em>.
+</p>
+</dd>
+<dt>
&lt;directory&gt;
</dt>
<dd>
@@ -422,7 +448,7 @@ the offers to a whitelist comprising of those.</p>
</div>
<div id="footer">
<div id="footer-text">
-Last updated 15-Jul-2006 01:37:40 UTC
+Last updated 28-Jul-2006 05:14:02 UTC
</div>
</div>
</body>