From 11fbe18e9e36b28642b41ecfbc9156eff08ce92c Mon Sep 17 00:00:00 2001 From: Philip Oakley Date: Sun, 21 Oct 2012 21:52:37 +0100 Subject: [PATCH] Doc repository-layout: Show refs/replace Signed-off-by: Philip Oakley Signed-off-by: Jeff King --- Documentation/gitrepository-layout.txt | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Documentation/gitrepository-layout.txt b/Documentation/gitrepository-layout.txt index 5c891f1169b35e..9f628862b4f571 100644 --- a/Documentation/gitrepository-layout.txt +++ b/Documentation/gitrepository-layout.txt @@ -93,6 +93,12 @@ refs/remotes/`name`:: records tip-of-the-tree commit objects of branches copied from a remote repository. +refs/replace/``:: + records the SHA1 of the object that replaces ``. + This is similar to info/grafts and is internally used and + maintained by linkgit:git-replace[1]. Such refs can be exchanged + between repositories while grafts are not. + packed-refs:: records the same information as refs/heads/, refs/tags/, and friends record in a more efficient way. See