···11-// Package fetch resolves stored Git objects by exact type, by peeling
22-// tree-ish or commit-ish references, and by path within trees.
11+// Package fetch loads typed Git objects from object storage and provides
22+// higher-level object queries.
33+//
44+// Fetching is above [objectstore]: it parses stored objects into blobs, trees,
55+// commits, and tags, peels tree-ish or commit-ish objects, resolves paths
66+// within trees, and can expose one tree as an [io/fs] view.
37package fetch