diff options
Diffstat (limited to 'repository/reachability.go')
| -rw-r--r-- | repository/reachability.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/repository/reachability.go b/repository/reachability.go index 24f9e2bd..0e1bf682 100644 --- a/repository/reachability.go +++ b/repository/reachability.go @@ -8,7 +8,7 @@ import "codeberg.org/lindenii/furgit/reachability" // Use Reachability to walk reachable commits or objects and to perform // connectivity checks. // -// Labels: Life-Parent, Close-No. +// Labels: Life-Parent. func (repo *Repository) Reachability() *reachability.Reachability { return reachability.New(repo.objects, repo.commitGraph) } |
