diff options
author | John Keeping <john@keeping.me.uk> | 2013-11-10 15:47:29 +0000 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2013-11-12 14:10:19 -0800 |
commit | 925ceccf050e2998c2b805476b529bdf5352cf74 (patch) | |
tree | 306aa79d2d43c22720644c67d655d7a3540970ac /command-list.txt | |
parent | eb8e7e1d9a946f439e0e35f2ada9efb434ea8b60 (diff) | |
download | git-925ceccf050e2998c2b805476b529bdf5352cf74.tar.gz |
tar-tree: remove deprecated command
"git tar-tree" has been a thin wrapper around "git archive" since commit
fd88d9c (Remove upload-tar and make git-tar-tree a thin wrapper to
git-archive, 2006-09-24), which also made it print a message indicating
that git-tar-tree is deprecated.
Signed-off-by: John Keeping <john@keeping.me.uk>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'command-list.txt')
-rw-r--r-- | command-list.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/command-list.txt b/command-list.txt index f2bf684a45..f8fc5b85aa 100644 --- a/command-list.txt +++ b/command-list.txt @@ -126,7 +126,6 @@ git-submodule mainporcelain git-svn foreignscminterface git-symbolic-ref plumbingmanipulators git-tag mainporcelain common -git-tar-tree plumbinginterrogators deprecated git-unpack-file plumbinginterrogators git-unpack-objects plumbingmanipulators git-update-index plumbingmanipulators |