From: Shawn Pearce <spearce@spearce.org>
Date: Fri, 19 May 2006 07:28:46 +0000 (-0400)
Subject: Added logs/ directory to repository layout.
X-Git-Tag: v1.4.0-rc1~11^2~13
X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=c22a7f0fb96d5c742581422452d3d68139b79ad6;p=git.git

Added logs/ directory to repository layout.

Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
Signed-off-by: Junio C Hamano <junkio@cox.net>
---

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`.