···11// Package service implements the protocol-independent receive-pack service.
22//
33-// A Service borrows the stores, roots, hooks, and I/O endpoints supplied in
33+// A Service borrows the stores, hooks, and I/O endpoints supplied in
44// Options. Callers retain ownership of those dependencies and must keep them
55// valid for each Execute call that uses them.
66package service
···2233import objectid "codeberg.org/lindenii/furgit/object/id"
4455-// PlannedUpdate is one ref update that would be applied once ref writing
66-// exists.
55+// PlannedUpdate is one requested ref update planned for this execution.
76type PlannedUpdate struct {
87 Name string
98 OldID objectid.ObjectID