aboutsummaryrefslogtreecommitdiff
path: root/object/fetch/doc.go
diff options
context:
space:
mode:
authorGravatar Runxi Yu2026-03-28 16:46:30 +0000
committerGravatar Runxi Yu2026-03-28 16:46:30 +0000
commitf87db5f65f61709a44e111fc47bfbb0865b2067b (patch)
treed2da282f2df4596784692bf47b1f1efd8c4e2714 /object/fetch/doc.go
parentobject/{blob,commit,tag}: Update docs (diff)
signatureNo signature
object/fetch: Update docs and rename resolver->fetcher
Diffstat (limited to 'object/fetch/doc.go')
-rw-r--r--object/fetch/doc.go2
1 files changed, 0 insertions, 2 deletions
diff --git a/object/fetch/doc.go b/object/fetch/doc.go
index 17657dbe..8b51ac10 100644
--- a/object/fetch/doc.go
+++ b/object/fetch/doc.go
@@ -1,5 +1,3 @@
// Package fetch resolves stored Git objects by exact type, by peeling
// tree-ish or commit-ish references, and by path within trees.
-//
-// A Fetcher does not take ownership of the underlying object store.
package fetch