aboutsummaryrefslogtreecommitdiff
path: root/object/fetch/doc.go
blob: 3908ef30c45b5b4eb9a86e531b2eb2c4e85d7590 (about) (plain) (blame)
1
2
3
4
5
6
7
// Package fetch loads typed Git objects from object storage and provides
// higher-level object queries.
//
// Fetching is above [objectstore]: it parses stored objects into blobs, trees,
// commits, and tags, peels tree-ish or commit-ish objects, resolves paths
// within trees, and can expose one tree as an [io/fs] view.
package fetch