mirror of
https://github.com/git/git.git
synced 2024-11-24 18:33:43 +08:00
Documentation/glossary.txt: describe remotes/ tracking and packed-refs
Signed-off-by: Junio C Hamano <junkio@cox.net>
This commit is contained in:
parent
24a0fd02c9
commit
2aa73a8fa2
@ -82,6 +82,15 @@ refs/tags/`name`::
|
||||
records any object name (not necessarily a commit
|
||||
object, or a tag object that points at a commit object).
|
||||
|
||||
refs/remotes/`name`::
|
||||
records tip-of-the-tree commit objects of branches copied
|
||||
from a remote repository.
|
||||
|
||||
packed-refs::
|
||||
records the same information as refs/heads/, refs/tags/,
|
||||
and friends record in a more efficient way. See
|
||||
gitlink:git-pack-refs[1].
|
||||
|
||||
HEAD::
|
||||
A symref (see glossary) to the `refs/heads/` namespace
|
||||
describing the currently active branch. It does not mean
|
||||
|
Loading…
Reference in New Issue
Block a user