Fast implementation of Git in pure Go codeberg.org/lindenii/furgit
git go
6
fork

Configure Feed

Select the types of activity you want to include in your feed.

object/fetch: Update docs

Runxi Yu 4a08059f fce75106

+6 -2
+6 -2
object/fetch/doc.go
··· 1 - // Package fetch resolves stored Git objects by exact type, by peeling 2 - // tree-ish or commit-ish references, and by path within trees. 1 + // Package fetch loads typed Git objects from object storage and provides 2 + // higher-level object queries. 3 + // 4 + // Fetching is above [objectstore]: it parses stored objects into blobs, trees, 5 + // commits, and tags, peels tree-ish or commit-ish objects, resolves paths 6 + // within trees, and can expose one tree as an [io/fs] view. 3 7 package fetch