Retire info/rev-cache
[git.git] / Documentation / repository-layout.txt
index 297a47b..d20fa80 100644 (file)
@@ -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
@@ -131,6 +124,6 @@ info/exclude::
        commands.
 
 remotes::
-       Stoers shorthands to be used to give URL and default
+       Stores shorthands to be used to give URL and default
        refnames to interact with remote repository to `git
        fetch`, `git pull` and `git push` commands.