blob: ccf5e29d6149276333329d1c61052511a6973e70 (
about) (
plain) (
blame)
1
2
3
4
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
|