Skip to content

Commit 2aa54fa

Browse files
yashiJunio C Hamano
authored andcommitted
glossary: Add definitions for dangling and unreachable objects
Define "dangling" and "unreachable" objects. Modified from original text proposed by Yasushi Shoji. Signed-off-by: "J. Bruce Fields" <bfields@citi.umich.edu> Signed-off-by: Junio C Hamano <junkio@cox.net>
1 parent ef561ac commit 2aa54fa

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

Documentation/glossary.txt

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,11 @@ DAG::
7373
objects is acyclic (there is no chain which begins and ends with the
7474
same object).
7575

76+
dangling object::
77+
An unreachable object which is not reachable even from other
78+
unreachable objects; a dangling object has no references to it
79+
from any reference or object in the repository.
80+
7681
dircache::
7782
You are *waaaaay* behind.
7883

@@ -350,6 +355,10 @@ tag::
350355
unmerged index::
351356
An index which contains unmerged index entries.
352357

358+
unreachable object::
359+
An object which is not reachable from a branch, tag, or any
360+
other reference.
361+
353362
working tree::
354363
The set of files and directories currently being worked on,
355364
i.e. you can work in your working tree without using git at all.

0 commit comments

Comments
 (0)