diff options
| author | 2026-03-30 12:24:49 +0000 | |
|---|---|---|
| committer | 2026-03-30 12:24:49 +0000 | |
| commit | 30bc08762a5aa33b9f47af304d51ef3878752b2f (patch) | |
| tree | 911aeade437eaf89d0c8a35d262bc69e7c560a69 /format | |
| parent | object/tree: Regular files and types (diff) | |
| signature | No signature | |
object/store: ReadingStore -> Reader
Diffstat (limited to 'format')
| -rw-r--r-- | format/packfile/ingest/api.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/format/packfile/ingest/api.go b/format/packfile/ingest/api.go index 1af3fe0e..03774d6f 100644 --- a/format/packfile/ingest/api.go +++ b/format/packfile/ingest/api.go @@ -19,7 +19,7 @@ type Options struct { // WriteRev writes a .rev alongside the .pack and .idx. WriteRev bool // Base supplies existing objects for thin-pack fixup. - Base objectstore.ReadingStore + Base objectstore.Reader // Progress receives human-readable progress messages. // // When nil, no progress output is emitted. |
