commit | 487b04411d625ff912543e4313a3343db62429e4 | [log] [tgz] |
---|---|---|
author | Junio C Hamano <gitster@pobox.com> | Thu Jun 23 09:38:48 2011 -0700 |
committer | Junio C Hamano <gitster@pobox.com> | Thu Jun 23 15:39:24 2011 -0700 |
tree | 82280fd387fcc49d7f4dec9915054c7b85b0b0a3 | |
parent | 0abcfbff4ddaf08e5aa2524f28a7035095b6d0c9 [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>