ref: df1f2fb3daa1acd25c88510f259d5535fb482126
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
}