Skip to content

operations: Implement UserRebaseToRef via plain Git

Patrick Steinhardt requested to merge pks-user-rebase-to-ref-pure-git into master

In 78cd66c9 (localrepo: Add a basic rebase support, 2023-07-31), we have added basic rebase support that is implemented via plain Git instead of libgit2. And while we have ported UserRebaseConfirmable to use this new functionality, we didn't yet port UserRebaseToRef.

Port over UserRebaseToRef to use the new plain Git implementation.

Closes Reimplement UserRebaseToRef without git2go (#5517 - closed), part of Implement SHA256 support for UserRebaseToRef (#5513 - closed).

Edited by Patrick Steinhardt

Merge request reports