Skip to content

Commit

Permalink
Doc repository-layout: Show refs/replace
Browse files Browse the repository at this point in the history
Signed-off-by: Philip Oakley <philipoakley@iee.org>
Signed-off-by: Jeff King <peff@peff.net>
  • Loading branch information
Philip Oakley authored and Jeff King committed Oct 25, 2012
1 parent 7e20105 commit 11fbe18
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Documentation/gitrepository-layout.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 11fbe18

Please sign in to comment.