diff options
| author | 2026-03-29 10:00:28 +0000 | |
|---|---|---|
| committer | 2026-03-29 10:00:28 +0000 | |
| commit | fef38441bf153f7cbd7ec65bad7694187262844b (patch) | |
| tree | cda7bcb4ebac795c580a7778a0493e919618bf2a /reachability/doc.go | |
| parent | commitquery: Update docs (diff) | |
| signature | No signature | |
reachability: Update docs v0.1.139
Diffstat (limited to 'reachability/doc.go')
| -rw-r--r-- | reachability/doc.go | 5 |
1 files changed, 5 insertions, 0 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 |
