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: Fix comment

Runxi Yu 049b38d4 72927140

+1 -1
+1 -1
object/fetch/doc.go
··· 1 - // Package resolve resolves stored Git objects by exact type, by peeling 1 + // Package fetch resolves stored Git objects by exact type, by peeling 2 2 // tree-ish or commit-ish references, and by path within trees. 3 3 // 4 4 // A Fetcher does not take ownership of the underlying object store.