diff options
author | Mattias Andrée <maandree@operamail.com> | 2013-09-03 20:18:24 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2013-09-03 20:18:24 +0200 |
commit | 4f2b04ce1d8f648dc04d8a153e87cc6ff7fb2ece (patch) | |
tree | e158d8911af83951a3c4694988cb709892c23373 /using-git.texinfo | |
parent | add commit (verb) to glossary (diff) | |
download | using-git-4f2b04ce1d8f648dc04d8a153e87cc6ff7fb2ece.tar.gz using-git-4f2b04ce1d8f648dc04d8a153e87cc6ff7fb2ece.tar.bz2 using-git-4f2b04ce1d8f648dc04d8a153e87cc6ff7fb2ece.tar.xz |
add dangling object to glossary
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'using-git.texinfo')
-rw-r--r-- | using-git.texinfo | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/using-git.texinfo b/using-git.texinfo index 1d1f2c2..2e947e9 100644 --- a/using-git.texinfo +++ b/using-git.texinfo @@ -1322,8 +1322,12 @@ commiter, date, files and parents. @item core Git The fundamental tools of source code management. -@c @item dangling object -@c @item deatched HEAD +@item dangling object +An object that is not reachable, even from other +unreachable objects; there are not references to +it. + +@c @item deatched @code{HEAD} @c @item directory @c @item dirty @c @item evil merge |