diff options
author | Junio C Hamano <junkio@cox.net> | 2006-09-24 14:42:01 -0700 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2006-09-24 19:55:08 -0700 |
commit | fd88d9c81ecdefd656b01f288ed9127b7abef53e (patch) | |
tree | d6a7f3e9a6768a7890c4a151a2943ca888d02f2e /Documentation/git-upload-tar.txt | |
parent | git-tar-tree: Move code for git-archive --format=tar to archive-tar.c (diff) | |
download | tgif-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-upload-tar.txt')
-rw-r--r-- | Documentation/git-upload-tar.txt | 39 |
1 files changed, 0 insertions, 39 deletions
diff --git a/Documentation/git-upload-tar.txt b/Documentation/git-upload-tar.txt deleted file mode 100644 index 394af62015..0000000000 --- a/Documentation/git-upload-tar.txt +++ /dev/null @@ -1,39 +0,0 @@ -git-upload-tar(1) -================= - -NAME ----- -git-upload-tar - Send tar archive - - -SYNOPSIS --------- -'git-upload-tar' <directory> - -DESCRIPTION ------------ -Invoked by 'git-tar-tree --remote' and sends a generated tar archive -to the other end over the git protocol. - -This command is usually not invoked directly by the end user. -The UI for the protocol is on the 'git-tar-tree' side, and the -program pair is meant to be used to get a tar archive from a -remote repository. - - -OPTIONS -------- -<directory>:: - The repository to get a tar archive from. - -Author ------- -Written by Junio C Hamano <junio@kernel.org> - -Documentation --------------- -Documentation by Junio C Hamano. - -GIT ---- -Part of the gitlink:git[7] suite |