summaryrefslogtreecommitdiffstats
path: root/git-daemon.html
diff options
context:
space:
mode:
authorJunio C Hamano <junio@hera.kernel.org>2006-10-27 09:29:13 +0000
committerJunio C Hamano <junio@hera.kernel.org>2006-10-27 09:29:13 +0000
commita053d54fabc1d177125a3c62a267ca75f2cda80b (patch)
tree4e9c16a9a825e469def0007330c6e270d5077a06 /git-daemon.html
parent29f1431cd9ec079ebf2d1055c947a1883ddf0fa1 (diff)
downloadgit-htmldocs-a053d54fabc1d177125a3c62a267ca75f2cda80b.tar.gz
Autogenerated HTML docs for v1.4.3.3-g01929
Diffstat (limited to 'git-daemon.html')
-rw-r--r--git-daemon.html21
1 files changed, 20 insertions, 1 deletions
diff --git a/git-daemon.html b/git-daemon.html
index aeb9fe9da..aae799aad 100644
--- a/git-daemon.html
+++ b/git-daemon.html
@@ -298,6 +298,7 @@ the offers to a whitelist comprising of those.</p>
from <tt>git-fetch</tt>, <tt>git-ls-remote</tt>, and <tt>git-clone</tt>.</p>
<p>This is ideally suited for read-only updates, i.e., pulling from
git repositories.</p>
+<p>An <tt>upload-archive</tt> also exists to serve <tt>git-archive</tt>.</p>
</div>
<h2>OPTIONS</h2>
<div class="sectionbody">
@@ -519,12 +520,30 @@ upload-pack
item to <tt>false</tt>.
</p>
</dd>
+<dt>
+upload-archive
+</dt>
+<dd>
+<p>
+ This serves <tt>git-archive --remote</tt>.
+</p>
+</dd>
</dl>
</div>
<h2>EXAMPLES</h2>
<div class="sectionbody">
<dl>
<dt>
+We assume the following in /etc/services
+</dt>
+<dd>
+<div class="listingblock">
+<div class="content">
+<pre><tt>$ grep 9418 /etc/services
+git 9418/tcp # Git Version Control System</tt></pre>
+</div></div>
+</dd>
+<dt>
git-daemon as inetd server
</dt>
<dd>
@@ -605,7 +624,7 @@ they correspond to these IP addresses.</p>
</div>
<div id="footer">
<div id="footer-text">
-Last updated 26-Oct-2006 08:47:15 UTC
+Last updated 27-Oct-2006 09:28:58 UTC
</div>
</div>
</body>