summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorJunio C Hamano <junkio@cox.net>2006-09-07 08:40:04 (GMT)
committerJunio C Hamano <junkio@cox.net>2006-09-07 09:36:31 (GMT)
commitd9edcbd6061a392c1315ab6f3aedb9992a3c01b1 (patch)
tree518e7aa2d2206def6be99d36a9b2e73cffb1613b /Documentation
parent355f541249633487aa2685e7e7e29963f596b308 (diff)
downloadgit-d9edcbd6061a392c1315ab6f3aedb9992a3c01b1.zip
git-d9edcbd6061a392c1315ab6f3aedb9992a3c01b1.tar.gz
git-d9edcbd6061a392c1315ab6f3aedb9992a3c01b1.tar.bz2
Revert "daemon: add upload-tar service."
This reverts parts of commit 74c0cc2 and part of commit 355f541. Franck and Rene are working on a unified upload-archive which would supersede this when done, so better not to get in their way. Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/git-daemon.txt6
1 files changed, 0 insertions, 6 deletions
diff --git a/Documentation/git-daemon.txt b/Documentation/git-daemon.txt
index 35c3c4b..741f2c6 100644
--- a/Documentation/git-daemon.txt
+++ b/Documentation/git-daemon.txt
@@ -135,12 +135,6 @@ upload-pack::
disable it by setting `daemon.uploadpack` configuration
item to `false`.
-upload-tar::
- This serves `git-tar-tree --remote=repository` client.
- It is not enabled by default, but a repository can
- enable it by setting `daemon.uploadtar` configuration
- item to `true`.
-
Author
------
Written by Linus Torvalds <torvalds@osdl.org>, YOSHIFUJI Hideaki