diff options
author | Junio C Hamano <junkio@cox.net> | 2005-09-14 13:08:55 -0700 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2005-09-15 12:46:31 -0700 |
commit | 0f56479d7325083953be36b8c8ee90380ff27f92 (patch) | |
tree | 6fcc320ce76ff96dab81dad33ea4e1f97dfd8194 /.gitignore | |
parent | 53764ee43defda7109fe547f471eac54c4e8b3d6 (diff) | |
download | git-0f56479d7325083953be36b8c8ee90380ff27f92.tar.gz git-0f56479d7325083953be36b8c8ee90380ff27f92.tar.xz |
Retire info/rev-cache
It was one of those things that were well intentioned but did not turn
out to be useful in practice.
Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore index 31c03f468..9fde27fb4 100644 --- a/.gitignore +++ b/.gitignore @@ -6,7 +6,6 @@ git-applypatch git-archimport git-bisect git-branch -git-build-rev-cache git-cat-file git-checkout git-checkout-index @@ -78,7 +77,6 @@ git-sh-setup git-shortlog git-show-branch git-show-index -git-show-rev-cache git-ssh-fetch git-ssh-upload git-status |