From 4a08059f07e43ed881c7665ec404251ae63adc3d Mon Sep 17 00:00:00 2001 From: Runxi Yu Date: Sun, 29 Mar 2026 09:42:32 +0000 Subject: object/fetch: Update docs --- object/fetch/doc.go | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'object/fetch/doc.go') 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 -- cgit v1.3.1-10-gc9f91