summaryrefslogtreecommitdiffstats
path: root/git-daemon.txt
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.txt
parent29f1431cd9ec079ebf2d1055c947a1883ddf0fa1 (diff)
downloadgit-htmldocs-a053d54fabc1d177125a3c62a267ca75f2cda80b.tar.gz
Autogenerated HTML docs for v1.4.3.3-g01929
Diffstat (limited to 'git-daemon.txt')
-rw-r--r--git-daemon.txt12
1 files changed, 12 insertions, 0 deletions
diff --git a/git-daemon.txt b/git-daemon.txt
index 4b2ea2df3..993adc7c5 100644
--- a/git-daemon.txt
+++ b/git-daemon.txt
@@ -37,6 +37,8 @@ from `git-fetch`, `git-ls-remote`, and `git-clone`.
This is ideally suited for read-only updates, i.e., pulling from
git repositories.
+An `upload-archive` also exists to serve `git-archive`.
+
OPTIONS
-------
--strict-paths::
@@ -155,8 +157,18 @@ upload-pack::
disable it by setting `daemon.uploadpack` configuration
item to `false`.
+upload-archive::
+ This serves `git-archive --remote`.
+
EXAMPLES
--------
+We assume the following in /etc/services::
++
+------------
+$ grep 9418 /etc/services
+git 9418/tcp # Git Version Control System
+------------
+
git-daemon as inetd server::
To set up `git-daemon` as an inetd service that handles any
repository under the whitelisted set of directories, /pub/foo