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/update_operation_queue.go | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 refstore/files/update_operation_queue.go (limited to 'refstore/files/update_operation_queue.go') diff --git a/refstore/files/update_operation_queue.go b/refstore/files/update_operation_queue.go new file mode 100644 index 00000000..05039ce3 --- /dev/null +++ b/refstore/files/update_operation_queue.go @@ -0,0 +1,12 @@ +package files + +import "codeberg.org/lindenii/furgit/objectid" + +type queuedUpdate struct { + name string + kind updateKind + newID objectid.ObjectID + oldID objectid.ObjectID + newTarget string + oldTarget string +} -- cgit v1.3.1-10-gc9f91