Used by git_rebase_init, this will begin an in-memory rebase,
which will allow callers to step through the rebase operations and
commit the rebased changes, but will not rewind HEAD or update the
repository to be in a rebasing state. This will not interfere with
the working directory (if there is one).
Used by git_rebase_init, this will begin an in-memory rebase, which will allow callers to step through the rebase operations and commit the rebased changes, but will not rewind HEAD or update the repository to be in a rebasing state. This will not interfere with the working directory (if there is one).