From 4a796e64ac576d6a3e3f2fe6174c4aa476ea0c5c Mon Sep 17 00:00:00 2001 From: Runxi Yu Date: Mon, 23 Mar 2026 03:25:44 +0000 Subject: refstore: Improve interfaces, errors, and make batch work --- refstore/files/batch_begin.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'refstore/files/batch_begin.go') diff --git a/refstore/files/batch_begin.go b/refstore/files/batch_begin.go index d45af9d3..06459b2c 100644 --- a/refstore/files/batch_begin.go +++ b/refstore/files/batch_begin.go @@ -8,6 +8,6 @@ import "codeberg.org/lindenii/furgit/refstore" func (store *Store) BeginBatch() (refstore.Batch, error) { return &Batch{ store: store, - ops: make([]txOp, 0, 8), + ops: make([]queuedUpdate, 0, 8), }, nil } -- cgit v1.3.1-10-gc9f91