Structs§
- Helps rewrite a commit.
- Controls the configuration of a rebase.
Enums§
Functions§
- Merges
commits
and tries to resolve any conflicts recursively. - Merges
commits
without attempting to resolve file conflicts. - Moves
target_commits
from their current location to a new location in the graph. - Moves changes from
sources
to thedestination
parent, returns new tree. - Restore matching paths from the source into the destination.
- Squash
sources
intodestination
and return a CommitBuilder for the resulting commit. Caller is responsible for setting the description and finishing the commit.