aboutsummaryrefslogtreecommitdiff
path: root/object/fetch/doc.go
blob: 17657dbe3df9138dd258244a240e7253f0d3f6f0 (about) (plain) (blame)
1
2
3
4
5
// Package fetch 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