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