X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=Documentation%2Frepository-layout.txt;h=1b5f2282411486ad903939ed2e56997a27484670;hb=2b2dabc29f53c5835868029585000ee487cf6cbb;hp=297a47bdf399e79b0d227dcf75ab20628ae1a0c9;hpb=8afaf4cbefc735d71d1417a74b9cc20b0e3c6770;p=git.git diff --git a/Documentation/repository-layout.txt b/Documentation/repository-layout.txt index 297a47bd..1b5f2282 100644 --- a/Documentation/repository-layout.txt +++ b/Documentation/repository-layout.txt @@ -1,6 +1,5 @@ -GIT repository layout +git repository layout ===================== -v0.99.5, Sep 2005 You may find these things in your git repository (`.git` directory for a repository associated with your working tree, or @@ -117,20 +116,13 @@ 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 - otherwise it is not looked at by any of the core GIT + otherwise it is not looked at by any of the core git 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.