summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: e522904)
raw | patch | inline | side by side (parent: e522904)
author | Shawn Pearce <spearce@spearce.org> | |
Fri, 19 May 2006 07:28:46 +0000 (03:28 -0400) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Fri, 19 May 2006 22:02:38 +0000 (15:02 -0700) |
Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
Signed-off-by: Junio C Hamano <junkio@cox.net>
Signed-off-by: Junio C Hamano <junkio@cox.net>
Documentation/repository-layout.txt | patch | blob | history |
index 98fbe7db5279a4078364121d3c1622e1209aac49..b52dfdc3081537c68f2fb12635fc986b0221dd4a 100644 (file)
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`.