X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=Documentation%2Frepository-layout.txt;h=d20fa80d872b94bdf56d95ac41ce9341c777281a;hb=0f56479d7325083953be36b8c8ee90380ff27f92;hp=499b070598e9854b44ef240de95e650f541ea3e9;hpb=53764ee43defda7109fe547f471eac54c4e8b3d6;p=git.git diff --git a/Documentation/repository-layout.txt b/Documentation/repository-layout.txt index 499b0705..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