From a159e517a20be53f691545f6ffcf3d0b5271c572 Mon Sep 17 00:00:00 2001 From: Runxi Yu Date: Mon, 8 Jun 2026 07:03:29 +0000 Subject: object/fetch: Begin by adding package doc --- object/fetch/doc.go | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 object/fetch/doc.go (limited to 'object/fetch') diff --git a/object/fetch/doc.go b/object/fetch/doc.go new file mode 100644 index 00000000..b5c66f50 --- /dev/null +++ b/object/fetch/doc.go @@ -0,0 +1,11 @@ +// 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, +// exposes object metadata, +// peels tree-ish or commit-ish objects, +// resolves paths within trees, +// and can expose one tree as an [io/fs]. +package fetch -- cgit v1.3.1-10-gc9f91