aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/git-daemon.txt
diff options
context:
space:
mode:
authorChristian Couder <chriscool@tuxfamily.org>2006-10-27 06:59:18 +0200
committerJunio C Hamano <junkio@cox.net>2006-10-27 02:10:41 -0700
commite2b1d1ccdd2ef4db41819bb0d242b808cfe6c422 (patch)
tree537892dc59700d350065359b9799e80f5f3ce544 /Documentation/git-daemon.txt
parenta8ebdb90f9e7017aa47c7824c91dfb0dd231ac85 (diff)
downloadgit-e2b1d1ccdd2ef4db41819bb0d242b808cfe6c422.tar.gz
Documentation: add upload-archive service to git-daemon.
This patch minimaly documents the upload-archive service, hoping that someone with better knowledge will improve upon. Signed-off-by: Christian Couder <chriscool@tuxfamily.org> Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'Documentation/git-daemon.txt')
-rw-r--r--Documentation/git-daemon.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/Documentation/git-daemon.txt b/Documentation/git-daemon.txt
index 4b2ea2df31..f10a269912 100644
--- a/Documentation/git-daemon.txt
+++ b/Documentation/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,6 +157,9 @@ upload-pack::
disable it by setting `daemon.uploadpack` configuration
item to `false`.
+upload-archive::
+ This serves `git-archive --remote`.
+
EXAMPLES
--------
git-daemon as inetd server::