···11+// Package reachability traverses the reachable Git object graph.
22+//
33+// It supports both commit-domain and full object-domain traversal over
44+// one object store, and accepts an optional commit graph for performance.
55+package reachability
-1
reachability/reachability.go
···11-// Package reachability traverses the object graph to test relationships and emit object lists.
21package reachability
3243import (