X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=repository-layout.html;h=ac7245125b5d117e946b529a1f852874b8ca0db1;hb=7da87bb8f49b5c00786cbfb3e330f690e8b924c6;hp=91ce846b5d47e0e8a441d310b27c08760a6b7a01;hpb=818f7d62d47fafdea279838be1e4aa7401c3af6c;p=git.git diff --git a/repository-layout.html b/repository-layout.html index 91ce846b..ac724512 100644 --- a/repository-layout.html +++ b/repository-layout.html @@ -490,12 +490,38 @@ remotes 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. +

+