ref: f40daef1deefda4b76957f5d5728c4175c27be51
dir: /network/receivepack/service/command_result.go/
package service
import objectid "codeberg.org/lindenii/furgit/object/id"
// CommandResult is one per-command execution result.
type CommandResult struct {
Name string
Error string
RefName string
OldID *objectid.ObjectID
NewID *objectid.ObjectID
ForcedUpdate bool
}