提交 2aa73a8f 编写于 作者: J Junio C Hamano

Documentation/glossary.txt: describe remotes/ tracking and packed-refs

Signed-off-by: NJunio C Hamano <junkio@cox.net>
上级 24a0fd02
......@@ -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
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册