author | Junio C Hamano <junkio@cox.net> | |
Sun, 24 Sep 2006 21:42:01 +0000 (14:42 -0700) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Mon, 25 Sep 2006 02:55:08 +0000 (19:55 -0700) | ||
commit | fd88d9c81ecdefd656b01f288ed9127b7abef53e | |
tree | d6a7f3e9a6768a7890c4a151a2943ca888d02f2e | tree | snapshot |
parent | 3d74982f0b1f8895d27937aa6ed62c1ddd50a020 | commit | diff |
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>
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>
.gitignore | diff | blob | history | |
Documentation/git-tar-tree.txt | diff | blob | history | |
Documentation/git-upload-tar.txt | [deleted file] | blob | history |
Documentation/git.txt | diff | blob | history | |
Makefile | diff | blob | history | |
builtin-tar-tree.c | diff | blob | history | |
builtin-upload-tar.c | [deleted file] | blob | history |
git.c | diff | blob | history |