diff options
| author | 2026-03-28 16:46:30 +0000 | |
|---|---|---|
| committer | 2026-03-28 16:46:30 +0000 | |
| commit | f87db5f65f61709a44e111fc47bfbb0865b2067b (patch) | |
| tree | d2da282f2df4596784692bf47b1f1efd8c4e2714 /object/fetch/doc.go | |
| parent | object/{blob,commit,tag}: Update docs (diff) | |
| signature | No signature | |
object/fetch: Update docs and rename resolver->fetcher
Diffstat (limited to 'object/fetch/doc.go')
| -rw-r--r-- | object/fetch/doc.go | 2 |
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 |
