Commit d3de4379508d0eb7de0cfc8b82f56b3178f10694

Stefan Sperling 2019-07-15T19:14:17

clarify git's object garbage collection criteria a bit

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
diff --git a/got/git-repository.5 b/got/git-repository.5
index 7ada9c1..33eea33 100644
--- a/got/git-repository.5
+++ b/got/git-repository.5
@@ -136,8 +136,8 @@ directory, or in the
 .Pa packed-refs
 file which contains one reference definition per line.
 .Pp
-Any object which is not reachable via a reference is subject to deletion
-by Git's garbage collector.
+Any object which is not directly or indirectly reachable via a reference
+is subject to deletion by Git's garbage collector.
 .Sh FILES
 .Bl -tag -width packed-refs -compact
 .It Pa HEAD