summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: a8ebdb9)
raw | patch | inline | side by side (parent: a8ebdb9)
author | Christian Couder <chriscool@tuxfamily.org> | |
Fri, 27 Oct 2006 04:59:18 +0000 (06:59 +0200) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Fri, 27 Oct 2006 09:10:41 +0000 (02:10 -0700) |
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>
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>
Documentation/git-daemon.txt | patch | blob | history |
index 4b2ea2df318fb85c02cdabd09411dfe36853ed56..f10a269912bae1c54280f526f06550b6de088d2c 100644 (file)
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::
disable it by setting `daemon.uploadpack` configuration
item to `false`.
+upload-archive::
+ This serves `git-archive --remote`.
+
EXAMPLES
--------
git-daemon as inetd server::