revision traversal: --author, --committer, and --grep.
[gitweb.git] / Documentation / git-daemon.txt
index 35c3c4b61942a4bcf5484b0fccc08de17256c521..741f2c69bdace527c57b644ed072ead4dcb46201 100644 (file)
@@ -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