Expand description
Rebase — replay a sequence of commits onto a new base.
Walks from start to end following parent pointers, collects commits
in order, then cherry-picks each onto the new base sequentially.
Structs§
- Rebase
Result - Result of a rebase operation.
Enums§
- Rebase
Error - Errors from rebase operations.
Functions§
- rebase
- Rebase commits from
start_commit_id(exclusive) throughend_commit_id(inclusive) ontoonto_commit_id.