blob: c4197087756621704ad0c5d4f65cfc75cbd1fcd5 (
about) (
plain) (
blame)
1
2
3
4
5
|
// Package resolve resolves stored Git objects by exact type, by peeling
// tree-ish or commit-ish references, and by path within trees.
//
// A Resolver does not take ownership of the underlying object store.
package resolve
|