summaryrefslogtreecommitdiff
path: root/Documentation/git.txt
diff options
context:
space:
mode:
authorLibravatar Junio C Hamano <junkio@cox.net>2006-09-24 14:42:01 -0700
committerLibravatar Junio C Hamano <junkio@cox.net>2006-09-24 19:55:08 -0700
commitfd88d9c81ecdefd656b01f288ed9127b7abef53e (patch)
treed6a7f3e9a6768a7890c4a151a2943ca888d02f2e /Documentation/git.txt
parentgit-tar-tree: Move code for git-archive --format=tar to archive-tar.c (diff)
downloadtgif-fd88d9c81ecdefd656b01f288ed9127b7abef53e.tar.xz
Remove upload-tar and make git-tar-tree a thin wrapper to git-archive
The command now issues a big deprecation warning message and runs git-archive command with appropriate arguments. git-tar-tree $tree_ish $base always forces $base to be the leading directory name, so the --prefix parameter passed internally to git-archive is a slash appended to it, i.e. "--prefix=$base/". Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'Documentation/git.txt')
-rw-r--r--Documentation/git.txt4
1 files changed, 0 insertions, 4 deletions
diff --git a/Documentation/git.txt b/Documentation/git.txt
index 744c38dee3..1bf5ef57e4 100644
--- a/Documentation/git.txt
+++ b/Documentation/git.txt
@@ -247,10 +247,6 @@ gitlink:git-upload-pack[1]::
Invoked by 'git-fetch-pack' to push
what are asked for.
-gitlink:git-upload-tar[1]::
- Invoked by 'git-tar-tree --remote' to return the tar
- archive the other end asked for.
-
High-level commands (porcelain)
-------------------------------