aboutsummaryrefslogtreecommitdiff
path: root/object/fetch/doc.go
diff options
context:
space:
mode:
authorGravatar Runxi Yu2026-03-31 03:02:16 +0000
committerGravatar Runxi Yu2026-03-31 03:02:16 +0000
commit49f93cd54dfa46c488875139499dad13f4cf61db (patch)
tree318fe6f7b0a2a4d42577fde04dae0294d6e84a7d /object/fetch/doc.go
parentref/store: Simplify names (diff)
signatureNo signature
object/fetch: Cleanup and add header/size
Diffstat (limited to 'object/fetch/doc.go')
-rw-r--r--object/fetch/doc.go5
1 files changed, 3 insertions, 2 deletions
diff --git a/object/fetch/doc.go b/object/fetch/doc.go
index 3908ef30..89bf9a98 100644
--- a/object/fetch/doc.go
+++ b/object/fetch/doc.go
@@ -2,6 +2,7 @@
// 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.
+// 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