Autogenerated HTML docs for v1.4.0-rc2-g5e3a6
[git.git] / everyday.html
index 831183b..012a947 100644 (file)
@@ -308,7 +308,7 @@ repositories to support developers.</p>
 </li>\r
 <li>\r
 <p>\r
-<a href="git-prune.html">git-prune(1)</a> to garbage collect crufts in the\r
+<a href="git-prune.html">git-prune(1)</a> to garbage collect cruft in the\r
     repository.\r
 </p>\r
 </li>\r
@@ -870,16 +870,19 @@ create a signed tag.
 make sure I did not accidentally rewind master beyond what I\r
 already pushed out.  "ko" shorthand points at the repository I have\r
 at kernel.org, and looks like this:\r
-    $ cat .git/remotes/ko\r
-    URL: kernel.org:/pub/scm/git/git.git\r
-    Pull: master:refs/tags/ko-master\r
-    Pull: maint:refs/tags/ko-maint\r
-    Push: master\r
-    Push: +pu\r
-    Push: maint\r
-In the output from "git show-branch", "master" should have\r
-everything "ko-master" has.\r
 </p>\r
+<div class="listingblock">\r
+<div class="content">\r
+<pre><tt>$ cat .git/remotes/ko\r
+URL: kernel.org:/pub/scm/git/git.git\r
+Pull: master:refs/tags/ko-master\r
+Pull: maint:refs/tags/ko-maint\r
+Push: master\r
+Push: +pu\r
+Push: maint</tt></pre>\r
+</div></div>\r
+<p>In the output from "git show-branch", "master" should have\r
+everything "ko-master" has.</p>\r
 </li>\r
 <li>\r
 <p>\r
@@ -930,6 +933,31 @@ git     stream  tcp     nowait  nobody \
 <p>The actual configuration line should be on one line.</p>\r
 </dd>\r
 <dt>\r
+Run git-daemon to serve /pub/scm from xinetd.\r
+</dt>\r
+<dd>\r
+<div class="listingblock">\r
+<div class="content">\r
+<pre><tt>$ cat /etc/xinetd.d/git-daemon\r
+# default: off\r
+# description: The git server offers access to git repositories\r
+service git\r
+{\r
+        disable = no\r
+        type            = UNLISTED\r
+        port            = 9418\r
+        socket_type     = stream\r
+        wait            = no\r
+        user            = nobody\r
+        server          = /usr/bin/git-daemon\r
+        server_args     = --inetd --syslog --export-all --base-path=/pub/scm\r
+        log_on_failure  += USERID\r
+}</tt></pre>\r
+</div></div>\r
+<p>Check your xinetd(8) documentation and setup, this is from a Fedora system.\r
+Others might be different.</p>\r
+</dd>\r
+<dt>\r
 Give push/pull only access to developers.\r
 </dt>\r
 <dd>\r
@@ -1039,7 +1067,7 @@ upload to public HTTP server hosted by your ISP.
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 30-May-2006 07:20:54 UTC\r
+Last updated 07-Jun-2006 19:51:36 UTC\r
 </div>\r
 </div>\r
 </body>\r