aboutsummaryrefslogtreecommitdiff
path: root/object/fetch
diff options
context:
space:
mode:
Diffstat (limited to 'object/fetch')
-rw-r--r--object/fetch/doc.go8
1 files changed, 6 insertions, 2 deletions
diff --git a/object/fetch/doc.go b/object/fetch/doc.go
index 8b51ac10..3908ef30 100644
--- a/object/fetch/doc.go
+++ b/object/fetch/doc.go
@@ -1,3 +1,7 @@
-// Package fetch resolves stored Git objects by exact type, by peeling
-// tree-ish or commit-ish references, and by path within trees.
+// 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