summaryrefslogtreecommitdiffstats
path: root/git-daemon.html
diff options
context:
space:
mode:
authorJunio C Hamano <junio@hera.kernel.org>2007-12-18 07:01:27 +0000
committerJunio C Hamano <junio@hera.kernel.org>2007-12-18 07:01:27 +0000
commit1fbbbc15b29bed24f3aba30f91bb26e10dc897f3 (patch)
treebea8dd43fee0e5636ca14f324a983448383d8a85 /git-daemon.html
parente66c6c037483e4dfbffa941c00b6d75f580b1f21 (diff)
downloadgit-htmldocs-1fbbbc15b29bed24f3aba30f91bb26e10dc897f3.tar.gz
Autogenerated HTML docs for v1.5.4-rc0-67-gf9c5
Diffstat (limited to 'git-daemon.html')
-rw-r--r--git-daemon.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/git-daemon.html b/git-daemon.html
index fb794a45a..0df3b32ec 100644
--- a/git-daemon.html
+++ b/git-daemon.html
@@ -294,8 +294,8 @@ for export this way (unless the <em>--export-all</em> parameter is specified). I
pass some directory paths as <em>git-daemon</em> arguments, you can further restrict
the offers to a whitelist comprising of those.</p>
<p>By default, only <tt>upload-pack</tt> service is enabled, which serves
-<tt>git-fetch-pack</tt> and <tt>git-peek-remote</tt> clients that are invoked
-from <tt>git-fetch</tt>, <tt>git-ls-remote</tt>, and <tt>git-clone</tt>.</p>
+<tt>git-fetch-pack</tt> and <tt>git-ls-remote</tt> clients, which are invoked
+from <tt>git-fetch</tt>, <tt>git-pull</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>
@@ -532,7 +532,7 @@ upload-pack
</dt>
<dd>
<p>
- This serves <tt>git-fetch-pack</tt> and <tt>git-peek-remote</tt>
+ This serves <tt>git-fetch-pack</tt> and <tt>git-ls-remote</tt>
clients. It is enabled by default, but a repository can
disable it by setting <tt>daemon.uploadpack</tt> configuration
item to <tt>false</tt>.
@@ -676,7 +676,7 @@ selectively enable/disable services per repository
</div>
<div id="footer">
<div id="footer-text">
-Last updated 14-Nov-2007 12:11:27 UTC
+Last updated 18-Dec-2007 06:59:36 UTC
</div>
</div>
</body>