aboutsummaryrefslogtreecommitdiff
path: root/Documentation/git.txt
diff options
context:
space:
mode:
authorJunio C Hamano <junkio@cox.net>2005-09-16 22:30:55 -0700
committerJunio C Hamano <junkio@cox.net>2005-09-22 01:54:12 -0700
commit9dcc829fe13b7c843a1df6c38479d5b8b8c7d20f (patch)
tree1e4f5b99886d9661371ca29426d37bcfe641299f /Documentation/git.txt
parent0fe51391a80919870f94ddb442df234bb2223f3b (diff)
downloadgit-9dcc829fe13b7c843a1df6c38479d5b8b8c7d20f.tar.gz
git-9dcc829fe13b7c843a1df6c38479d5b8b8c7d20f.tar.xz
Retire rev-tree.
Some old scripts might still use git-rev-tree, but it really is clearly inferior in every way to git-rev-list that such scripts should be fixed anyway. Fixing them should be pretty easy. Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'Documentation/git.txt')
-rw-r--r--Documentation/git.txt3
1 files changed, 0 insertions, 3 deletions
diff --git a/Documentation/git.txt b/Documentation/git.txt
index e9158895b..2684fa939 100644
--- a/Documentation/git.txt
+++ b/Documentation/git.txt
@@ -134,9 +134,6 @@ gitlink:git-merge-base[1]::
gitlink:git-rev-list[1]::
Lists commit objects in reverse chronological order
-gitlink:git-rev-tree[1]::
- Provides the revision tree for one or more commits
-
gitlink:git-show-index[1]::
Displays contents of a pack idx file.