summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorPhilip Oakley <philipoakley@iee.org>2012-10-21 20:52:37 (GMT)
committerJeff King <peff@peff.net>2012-10-25 10:56:39 (GMT)
commit11fbe18e9e36b28642b41ecfbc9156eff08ce92c (patch)
treec3a8e2d909b313f70218723858e0b0183a30ce14 /Documentation
parent7e2010537e96d0a1144520222f20ba1dc3d61441 (diff)
downloadgit-11fbe18e9e36b28642b41ecfbc9156eff08ce92c.zip
git-11fbe18e9e36b28642b41ecfbc9156eff08ce92c.tar.gz
git-11fbe18e9e36b28642b41ecfbc9156eff08ce92c.tar.bz2
Doc repository-layout: Show refs/replace
Signed-off-by: Philip Oakley <philipoakley@iee.org> Signed-off-by: Jeff King <peff@peff.net>
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/gitrepository-layout.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/Documentation/gitrepository-layout.txt b/Documentation/gitrepository-layout.txt
index 5c891f1..9f62886 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/`<obj-sha1>`::
+ records the SHA1 of the object that replaces `<obj-sha1>`.
+ 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