daemon: add upload-tar service.
authorJunio C Hamano <junkio@cox.net>
Mon, 21 Aug 2006 02:03:50 +0000 (19:03 -0700)
committerJunio C Hamano <junkio@cox.net>
Mon, 28 Aug 2006 06:32:37 +0000 (23:32 -0700)
This allows clients to ask for tarballs with:

git tar-tree --remote=git://server/repo refname

By default, the upload-tar service is not enabled. To enable
it server-wide, the server can be started with:

git-daemon --enable=upload-tar

This service is by default overridable per repostiory, so
alternatively, a repository can define "daemon.uploadtar = true"
to enable it.

Signed-off-by: Junio C Hamano <junkio@cox.net>
No differences found