ref: fef38441bf153f7cbd7ec65bad7694187262844b
parent: f265c5585ea25a13cc3c5dde1cad7eb3a2ce6d9a
author: Runxi Yu <runxiyu@umich.edu>
date: Sun Mar 29 06:00:28 EDT 2026
reachability: Update docs
--- /dev/null
+++ b/reachability/doc.go
@@ -1,0 +1,5 @@
+// Package reachability traverses the reachable Git object graph.
+//
+// It supports both commit-domain and full object-domain traversal over
+// one object store, and accepts an optional commit graph for performance.
+package reachability
--- a/reachability/reachability.go
+++ b/reachability/reachability.go
@@ -1,4 +1,3 @@
-// Package reachability traverses the object graph to test relationships and emit object lists.
package reachability
import (
--
⑨