ref: 02645cbbc0704cd5e0fdb3b48be0c02eb5e3ab01
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
}