Skip to content

Commit

Permalink
Documentation: add upload-archive service to git-daemon.
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Christian Couder authored and Junio C Hamano committed Oct 27, 2006
1 parent a8ebdb9 commit e2b1d1c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Documentation/git-daemon.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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::
Expand Down Expand Up @@ -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::
Expand Down

0 comments on commit e2b1d1c

Please sign in to comment.