From 30bc08762a5aa33b9f47af304d51ef3878752b2f Mon Sep 17 00:00:00 2001 From: Runxi Yu Date: Mon, 30 Mar 2026 12:24:49 +0000 Subject: object/store: ReadingStore -> Reader --- format/packfile/ingest/api.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'format') 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. -- cgit v1.3.1-10-gc9f91