aboutsummaryrefslogtreecommitdiff
path: root/network/receivepack/service/update.go
diff options
context:
space:
mode:
authorGravatar Runxi Yu2026-03-30 19:57:01 +0000
committerGravatar Runxi Yu2026-03-30 19:57:41 +0000
commit7d819fea3d26714261f06314f41159ad76bf991a (patch)
tree8095d92395984bcb6ae51d9c78dd1f38ef5b2567 /network/receivepack/service/update.go
parentnetwork/receivepack: Cleanup; also document QuarantinedObjects nullness (diff)
network/receivepack: Fix some leftovers
Diffstat (limited to 'network/receivepack/service/update.go')
-rw-r--r--network/receivepack/service/update.go3
1 files changed, 1 insertions, 2 deletions
diff --git a/network/receivepack/service/update.go b/network/receivepack/service/update.go
index 043f3d51..753e3b02 100644
--- a/network/receivepack/service/update.go
+++ b/network/receivepack/service/update.go
@@ -2,8 +2,7 @@ package service
import objectid "codeberg.org/lindenii/furgit/object/id"
-// PlannedUpdate is one ref update that would be applied once ref writing
-// exists.
+// PlannedUpdate is one requested ref update planned for this execution.
type PlannedUpdate struct {
Name string
OldID objectid.ObjectID