From: Junio C Hamano Date: Thu, 23 Jun 2011 16:31:19 +0000 (-0700) Subject: check-ref-format doc: de-emphasize the implementation detail of a ref X-Git-Tag: v1.7.6.1~41^2~4 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/a0a7e9e511faa86663148557d0f5b0597767d25a?ds=sidebyside;hp=a0a7e9e511faa86663148557d0f5b0597767d25a check-ref-format doc: de-emphasize the implementation detail of a ref It is an unimportant implementation detail that branches and tags are stored somewhere under $GIT_DIR/refs directory. What is more important is that branches live in refs/heads and tags live in refs/tags hierarchy in the ref namespace. Signed-off-by: Junio C Hamano ---