blob: e5ca33a99229f4898b416f3bffa50fb86fd48e26 (
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 Fetcher does not take ownership of the underlying object store.
package fetch
|