| author | Junio C Hamano <gitster@pobox.com> | |
| Thu, 23 Jun 2011 16:38:48 +0000 (09:38 -0700) | ||
| committer | Junio C Hamano <gitster@pobox.com> | |
| Thu, 23 Jun 2011 22:39:24 +0000 (15:39 -0700) | ||
| commit | 487b04411d625ff912543e4313a3343db62429e4 | |
| tree | 82280fd387fcc49d7f4dec9915054c7b85b0b0a3 | tree | snapshot |
| parent | 0abcfbff4ddaf08e5aa2524f28a7035095b6d0c9 | commit | diff |
glossary: update description of "tag"
It is an unimportant implementation detail that ref namespaces are
implemented as subdirectories of $GIT_DIR/refs. What is more important
is that tags are in refs/tags hierarchy in the ref namespace.
Also note that a tag can point at an object of arbitrary type, not limited
to commit.
Signed-off-by: Junio C Hamano <gitster@pobox.com>
It is an unimportant implementation detail that ref namespaces are
implemented as subdirectories of $GIT_DIR/refs. What is more important
is that tags are in refs/tags hierarchy in the ref namespace.
Also note that a tag can point at an object of arbitrary type, not limited
to commit.
Signed-off-by: Junio C Hamano <gitster@pobox.com>
| Documentation/glossary-content.txt | diff | blob | history |