diff options
author | Junio C Hamano <junkio@cox.net> | 2005-09-16 22:30:55 -0700 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2005-09-22 01:54:12 -0700 |
commit | 9dcc829fe13b7c843a1df6c38479d5b8b8c7d20f (patch) | |
tree | 1e4f5b99886d9661371ca29426d37bcfe641299f /Makefile | |
parent | Retire git-export. (diff) | |
download | tgif-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 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -109,7 +109,7 @@ PROGRAMS = \ git-merge-index git-mktag git-pack-objects git-patch-id \ git-peek-remote git-prune-packed git-read-tree \ git-receive-pack git-rev-list git-rev-parse \ - git-rev-tree git-send-pack git-show-branch \ + git-send-pack git-show-branch \ git-show-index git-ssh-fetch \ git-ssh-upload git-tar-tree git-unpack-file \ git-unpack-objects git-update-index git-update-server-info \ |