ref: 21e2f19ae2a3baa744b6bbed997f757f0af7e01f
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
}