glossary: update description of "tag"
authorJunio C Hamano <gitster@pobox.com>
Thu, 23 Jun 2011 16:38:48 +0000 (09:38 -0700)
committerJunio C Hamano <gitster@pobox.com>
Thu, 23 Jun 2011 22:39:24 +0000 (15:39 -0700)
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>
No differences found