Alban Gruin [off-list ref] writes:
This rewrites checkout_onto() from shell to C.
A new command (“checkout-onto”) is added to rebase--helper.c. The shell
version is then stripped.
Signed-off-by: Alban Gruin <redacted>
---
The only change relative to the previous round seems to be that this
round does not pass verbose flag as a separate parameter, but reuses
the opts.verbose field where "struct replay_opts" is being passed
around.
Looks OK from a quick scan so far.