ref: 803089a76171db1dd5b891fb6dfa1b7e7f3d50d2
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
}