aboutsummaryrefslogtreecommitdiff
path: root/object/fetch/doc.go
blob: 89bf9a98df1244e8afba818000c9242f3e87d7aa (about) (plain) (blame)
1
2
3
4
5
6
7
8
// 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, exposes object metadata, peels tree-ish or commit-ish
// objects, resolves paths within trees, and can expose one tree as an [io/fs]
// view.
package fetch