Browse Source

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>
maint
Christian Couder 19 years ago committed by Junio C Hamano
parent
commit
e2b1d1ccdd
  1. 5
      Documentation/git-daemon.txt

5
Documentation/git-daemon.txt

@ -37,6 +37,8 @@ from `git-fetch`, `git-ls-remote`, and `git-clone`. @@ -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:: @@ -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::

Loading…
Cancel
Save