Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
Doc repository-layout: Show refs/replace
author
Philip Oakley
<philipoakley@iee.org>
Sun, 21 Oct 2012 20:52:37 +0000
(21:52 +0100)
committer
Jeff King
<peff@peff.net>
Thu, 25 Oct 2012 10:56:39 +0000
(06:56 -0400)
Signed-off-by: Philip Oakley <philipoakley@iee.org>
Signed-off-by: Jeff King <peff@peff.net>
Documentation/gitrepository-layout.txt
patch
|
blob
|
history
raw
|
patch
| inline |
side by side
(parent:
7e20105
)
diff --git
a/Documentation/gitrepository-layout.txt
b/Documentation/gitrepository-layout.txt
index 5c891f1169b35e53bccc19f0423b5b7e98db720b..9f628862b4f571608c5bd9185e39cb240b137037 100644
(file)
--- 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