Merge branch 'po/maint-refs-replace-docs'

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:
Jeff King 2012-11-04 08:00:11 -05:00
Родитель 4f101a6cf4 11fbe18e9e
Коммит e52bec9469
1 изменённых файлов: 6 добавлений и 0 удалений

Просмотреть файл

@ -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