aboutsummaryrefslogtreecommitdiffstats
path: root/using-git.texinfo
diff options
context:
space:
mode:
Diffstat (limited to 'using-git.texinfo')
-rw-r--r--using-git.texinfo5
1 files changed, 4 insertions, 1 deletions
diff --git a/using-git.texinfo b/using-git.texinfo
index f709ef4..9642314 100644
--- a/using-git.texinfo
+++ b/using-git.texinfo
@@ -1391,7 +1391,10 @@ object name.
A named reference to the commit at the tip
if a branch.
-@c @item @code{HEAD}
+@item @code{HEAD}
+The head of the currently checked out branch,
+or the currently checkout commit in which case
+the @code{HEAD} is ``detached''.
@item head ref
Synonym for `head'.