rebase: Add wrapper for git_rebase_inmemory_index()
(#900) #903
Loading…
Reference in New Issue
No description provided.
Delete Branch "cherry-pick-1893253491-release-0.27"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
While the
Rebase
structure has a pointer to the repository the rebaseis creatde in, this pointer isn't ever initialized. Fix this.
git_rebase_inmemory_index()
Add a new wrapper for
git_rebase_inmemory_index()
, which can be usedto retrieve the index for an in-memory rebase.
Co-authored-by: Patrick Steinhardt psteinhardt@gitlab.com
(cherry picked from commit
e7d1b2b69f
)