commit d3de4379508d0eb7de0cfc8b82f56b3178f10694 from: Stefan Sperling date: Mon Jul 15 17:14:17 2019 UTC clarify git's object garbage collection criteria a bit commit - f2b6a97d56d8273e6e97080c1b86b1dedd174ef7 commit + d3de4379508d0eb7de0cfc8b82f56b3178f10694 blob - 7ada9c1c319d40fa8cddd0271f66ad12187d8e1f blob + 33eea335271210258628789329d59c296a4445dd --- got/git-repository.5 +++ 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