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