Autogenerated HTML docs for v1.4.2-rc2-gc2c4
authorJunio C Hamano <junio@hera.kernel.org>
Fri, 28 Jul 2006 05:14:12 +0000 (05:14 +0000)
committerJunio C Hamano <junio@hera.kernel.org>
Fri, 28 Jul 2006 05:14:12 +0000 (05:14 +0000)
git-daemon.html
git-daemon.txt

index 148925150da3efaca6410cf97c5cb01425b7b430..e500baec92bd2e0369b607f0126077c611eee491 100644 (file)
@@ -276,7 +276,7 @@ git-daemon(1) Manual Page
 <div class="content"><em>git-daemon</em> [--verbose] [--syslog] [--inetd | --port=n] [--export-all]\r
              [--timeout=n] [--init-timeout=n] [--strict-paths]\r
              [--base-path=path] [--user-path | --user-path=path]\r
-             [directory&#8230;]</div></div>\r
+             [--reuseaddr] [--detach] [--pid-file=file] [directory&#8230;]</div></div>\r
 </div>\r
 <h2>DESCRIPTION</h2>\r
 <div class="sectionbody">\r
@@ -396,6 +396,32 @@ the offers to a whitelist comprising of those.</p>
 </p>\r
 </dd>\r
 <dt>\r
+--reuseaddr\r
+</dt>\r
+<dd>\r
+<p>\r
+        Use SO_REUSEADDR when binding the listening socket.\r
+        This allows the server to restart without waiting for\r
+        old connections to time out.\r
+</p>\r
+</dd>\r
+<dt>\r
+--detach\r
+</dt>\r
+<dd>\r
+<p>\r
+        Detach from the shell. Implies --syslog.\r
+</p>\r
+</dd>\r
+<dt>\r
+--pid-file=file\r
+</dt>\r
+<dd>\r
+<p>\r
+        Save the process id in <em>file</em>.\r
+</p>\r
+</dd>\r
+<dt>\r
 &lt;directory&gt;\r
 </dt>\r
 <dd>\r
@@ -422,7 +448,7 @@ the offers to a whitelist comprising of those.</p>
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 15-Jul-2006 01:37:40 UTC\r
+Last updated 28-Jul-2006 05:14:02 UTC\r
 </div>\r
 </div>\r
 </body>\r
index 4c357daf6ab23e3b3359388b101be8d363ae3be7..0f7d274eaba3722dabfdbf7ab14592a938933a56 100644 (file)
@@ -11,7 +11,7 @@ SYNOPSIS
 'git-daemon' [--verbose] [--syslog] [--inetd | --port=n] [--export-all]
              [--timeout=n] [--init-timeout=n] [--strict-paths]
              [--base-path=path] [--user-path | --user-path=path]
-            [directory...]
+            [--reuseaddr] [--detach] [--pid-file=file] [directory...]
 
 DESCRIPTION
 -----------
@@ -82,6 +82,17 @@ OPTIONS
 --verbose::
        Log details about the incoming connections and requested files.
 
+--reuseaddr::
+       Use SO_REUSEADDR when binding the listening socket.
+       This allows the server to restart without waiting for
+       old connections to time out.
+
+--detach::
+       Detach from the shell. Implies --syslog.
+
+--pid-file=file::
+       Save the process id in 'file'.
+
 <directory>::
        A directory to add to the whitelist of allowed directories. Unless
        --strict-paths is specified this will also include subdirectories