aboutsummaryrefslogtreecommitdiff
path: root/Documentation/repository-layout.txt
diff options
context:
space:
mode:
authorJunio C Hamano <junkio@cox.net>2005-09-14 13:08:55 -0700
committerJunio C Hamano <junkio@cox.net>2005-09-15 12:46:31 -0700
commit0f56479d7325083953be36b8c8ee90380ff27f92 (patch)
tree6fcc320ce76ff96dab81dad33ea4e1f97dfd8194 /Documentation/repository-layout.txt
parent53764ee43defda7109fe547f471eac54c4e8b3d6 (diff)
downloadgit-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 'Documentation/repository-layout.txt')
-rw-r--r--Documentation/repository-layout.txt7
1 files changed, 0 insertions, 7 deletions
diff --git a/Documentation/repository-layout.txt b/Documentation/repository-layout.txt
index 499b07059..d20fa80d8 100644
--- a/Documentation/repository-layout.txt
+++ b/Documentation/repository-layout.txt
@@ -117,13 +117,6 @@ info/grafts::
listing their 40-byte hexadecimal object names separated
by a space and terminated by a newline.
-info/rev-cache::
- No higher-level tool currently takes advantage of this
- file, but it is generated when `git update-server-info`
- is run. It records the commit ancestry information of
- the commits in this repository in a concise binary
- format, and can be read with `git-show-rev-cache`.
-
info/exclude::
This file, by convention among Porcelains, stores the
exclude pattern list. `git status` looks at it, but