diff options
| author | 2026-03-31 03:02:16 +0000 | |
|---|---|---|
| committer | 2026-03-31 03:02:16 +0000 | |
| commit | 49f93cd54dfa46c488875139499dad13f4cf61db (patch) | |
| tree | 318fe6f7b0a2a4d42577fde04dae0294d6e84a7d /object/fetch/doc.go | |
| parent | ref/store: Simplify names (diff) | |
| signature | No signature | |
object/fetch: Cleanup and add header/size
Diffstat (limited to 'object/fetch/doc.go')
| -rw-r--r-- | object/fetch/doc.go | 5 |
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 |
