From: Junio C Hamano Date: Thu, 23 Jun 2011 16:48:49 +0000 (-0700) Subject: glossary: clarify description of HEAD X-Git-Tag: v1.7.6.1~41^2 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=67393c5dc99eb61e76d2ea4df3dae49e8e93828d;p=git.git 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 --- diff --git a/Documentation/glossary-content.txt b/Documentation/glossary-content.txt index f43006846..f4fd5b046 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 <> in your repository, except when using a - <>, in which case it may - reference an arbitrary commit. + <>, in which case it directly + references an arbitrary commit. [[def_head_ref]]head ref:: A synonym for <>.