]> git.ipfire.org Git - thirdparty/git.git/commit
check-ref-format doc: de-emphasize the implementation detail of a ref
authorJunio C Hamano <gitster@pobox.com>
Thu, 23 Jun 2011 16:31:19 +0000 (09:31 -0700)
committerJunio C Hamano <gitster@pobox.com>
Thu, 23 Jun 2011 22:38:14 +0000 (15:38 -0700)
commita0a7e9e511faa86663148557d0f5b0597767d25a
tree4d5897941a38ec6b16a39c94aa5d569a51c8bd00
parent0aceb220972413e73157cb46a8a52e0f6034d54c
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 <gitster@pobox.com>
Documentation/git-check-ref-format.txt