summaryrefslogtreecommitdiff
path: root/Documentation/glossary-content.txt
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2011-06-23 16:48:49 (GMT)
committerJunio C Hamano <gitster@pobox.com>2011-06-23 22:39:28 (GMT)
commit67393c5dc99eb61e76d2ea4df3dae49e8e93828d (patch)
tree2f68424999560b56292beb1955c8906e68bf0655 /Documentation/glossary-content.txt
parentdeaef1e94734a61407c73637e0e9718f914c3a62 (diff)
downloadgit-67393c5dc99eb61e76d2ea4df3dae49e8e93828d.zip
git-67393c5dc99eb61e76d2ea4df3dae49e8e93828d.tar.gz
git-67393c5dc99eb61e76d2ea4df3dae49e8e93828d.tar.bz2
glossary: clarify description of HEAD
HEAD on a branch does reference a commit via the branch ref it refers to. The main difference of a detached HEAD is that it _directly_ refers to a commit. Clarify this. Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/glossary-content.txt')
-rw-r--r--Documentation/glossary-content.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/glossary-content.txt b/Documentation/glossary-content.txt
index f430068..f4fd5b0 100644
--- a/Documentation/glossary-content.txt
+++ b/Documentation/glossary-content.txt
@@ -170,8 +170,8 @@ to point at the new commit.
working tree>> is normally derived from the state of the tree
referred to by HEAD. HEAD is a reference to one of the
<<def_head,heads>> in your repository, except when using a
- <<def_detached_HEAD,detached HEAD>>, in which case it may
- reference an arbitrary commit.
+ <<def_detached_HEAD,detached HEAD>>, in which case it directly
+ references an arbitrary commit.
[[def_head_ref]]head ref::
A synonym for <<def_head,head>>.