aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2013-09-03 21:19:40 +0200
committerMattias Andrée <maandree@operamail.com>2013-09-03 21:19:40 +0200
commit650c99112b6ec1ca6f4a9493784a8af005c9e68c (patch)
tree04432549d6abd1f4898dd05311a52b87382a00d4
parentadd head to glossary (diff)
downloadusing-git-650c99112b6ec1ca6f4a9493784a8af005c9e68c.tar.gz
using-git-650c99112b6ec1ca6f4a9493784a8af005c9e68c.tar.bz2
using-git-650c99112b6ec1ca6f4a9493784a8af005c9e68c.tar.xz
add HEAD to glossary
Signed-off-by: Mattias Andrée <maandree@operamail.com>
-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'.