aboutsummaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorShawn Pearce <spearce@spearce.org>2006-05-19 03:28:46 -0400
committerJunio C Hamano <junkio@cox.net>2006-05-19 15:02:38 -0700
commitc22a7f0fb96d5c742581422452d3d68139b79ad6 (patch)
treec4a21850905f07c19a56c7d7432cdf7ee6f64a08 /Documentation
parente52290428b5b6f55cb7bb7a4624751750241d5aa (diff)
downloadgit-c22a7f0fb96d5c742581422452d3d68139b79ad6.tar.gz
git-c22a7f0fb96d5c742581422452d3d68139b79ad6.tar.xz
Added logs/ directory to repository layout.
Signed-off-by: Shawn O. Pearce <spearce@spearce.org> Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/repository-layout.txt11
1 files changed, 11 insertions, 0 deletions
diff --git a/Documentation/repository-layout.txt b/Documentation/repository-layout.txt
index 98fbe7db5..b52dfdc30 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`.