commit | a0a7e9e511faa86663148557d0f5b0597767d25a | [log] [tgz] |
---|---|---|
author | Junio C Hamano <gitster@pobox.com> | Thu Jun 23 09:31:19 2011 -0700 |
committer | Junio C Hamano <gitster@pobox.com> | Thu Jun 23 15:38:14 2011 -0700 |
tree | 4d5897941a38ec6b16a39c94aa5d569a51c8bd00 | |
parent | 0aceb220972413e73157cb46a8a52e0f6034d54c [diff] |
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>