X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=Documentation%2Frepository-layout.txt;h=b52dfdc3081537c68f2fb12635fc986b0221dd4a;hb=2f57c69792146e6c178a05edec18ab15d0138ad6;hp=98fbe7db5279a4078364121d3c1622e1209aac49;hpb=7941602983f68e2cddafca5a2da8215d1271742b;p=git.git diff --git a/Documentation/repository-layout.txt b/Documentation/repository-layout.txt index 98fbe7db..b52dfdc3 100644 --- a/Documentation/repository-layout.txt +++ b/Documentation/repository-layout.txt @@ -128,3 +128,14 @@ remotes:: 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. + +logs:: + Records of changes made to refs are stored in this + directory. See the documentation on git-update-ref + for more information. + +logs/refs/heads/`name`:: + Records all changes made to the branch tip named `name`. + +logs/refs/tags/`name`:: + Records all changes made to the tag named `name`.