shithub: furgit

ref: ab174c473618dd3743881cf44e02c2db4d1ecd5f
dir: /object/fetch/doc.go/

View raw version
// 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