diff options
| author | 2026-03-25 19:33:32 +0000 | |
|---|---|---|
| committer | 2026-03-25 19:33:57 +0000 | |
| commit | 1aa5cad4c8d6455eeb1f10893549e18bcca11996 (patch) | |
| tree | 31082a30bde08639fc764c52c3cf2283489f3302 /object/fetch/doc.go | |
| parent | TODO: updates (diff) | |
| signature | No signature | |
object/fetch: Rename from object/resolve
Diffstat (limited to 'object/fetch/doc.go')
| -rw-r--r-- | object/fetch/doc.go | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/object/fetch/doc.go b/object/fetch/doc.go new file mode 100644 index 00000000..e5ca33a9 --- /dev/null +++ b/object/fetch/doc.go @@ -0,0 +1,5 @@ +// Package resolve 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 |
