diff options
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 |
