Struct git2::RebaseOperation [−][src]
pub struct RebaseOperation<'rebase> { /* fields omitted */ }
Expand description
A rebase operation
Describes a single instruction/operation to be performed during the rebase.
Implementations
The type of rebase operation
The commit ID being cherry-picked. This will be populated for all
operations except those of type GIT_REBASE_OPERATION_EXEC
.