X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=Documentation%2Frepository-layout.txt;h=d20fa80d872b94bdf56d95ac41ce9341c777281a;hb=ab1630a3ed31d6ec5ae83769c78ed542fe3c4a28;hp=297a47bdf399e79b0d227dcf75ab20628ae1a0c9;hpb=a1d4aa742416953a3ac9be9154c55e90a4193cd6;p=git.git diff --git a/Documentation/repository-layout.txt b/Documentation/repository-layout.txt index 297a47bd..d20fa80d 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 @@ -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.