Merge branch 'po/maint-refs-replace-docs' into maint
The refs/replace hierarchy was not mentioned in the repository-layout docs. * po/maint-refs-replace-docs: Doc repository-layout: Show refs/replace
This commit is contained in:
commit
b98769e06e
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user