diff options
| author | 2026-03-29 10:00:28 +0000 | |
|---|---|---|
| committer | 2026-03-29 10:00:28 +0000 | |
| commit | fef38441bf153f7cbd7ec65bad7694187262844b (patch) | |
| tree | cda7bcb4ebac795c580a7778a0493e919618bf2a /reachability | |
| parent | commitquery: Update docs (diff) | |
| signature | No signature | |
reachability: Update docs v0.1.139
Diffstat (limited to 'reachability')
| -rw-r--r-- | reachability/doc.go | 5 | ||||
| -rw-r--r-- | reachability/reachability.go | 1 |
2 files changed, 5 insertions, 1 deletions
diff --git a/reachability/doc.go b/reachability/doc.go new file mode 100644 index 00000000..ccf5e29d --- /dev/null +++ b/reachability/doc.go @@ -0,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 diff --git a/reachability/reachability.go b/reachability/reachability.go index 70ebcb80..1f12a698 100644 --- 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 ( |
