Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

rebase: Add wrapper for git_rebase_inmemory_index() (#900) #903

Merged
merged 1 commit into from
Feb 25, 2022

Conversation

github-actions[bot]
Copy link

  • rebase: Fix missing initialization of the repo pointer

While the Rebase structure has a pointer to the repository the rebase
is creatde in, this pointer isn't ever initialized. Fix this.

  • rebase: Add wrapper for git_rebase_inmemory_index()

Add a new wrapper for git_rebase_inmemory_index(), which can be used
to retrieve the index for an in-memory rebase.

Co-authored-by: Patrick Steinhardt [email protected]
(cherry picked from commit e7d1b2b)

* rebase: Fix missing initialization of the repo pointer

While the `Rebase` structure has a pointer to the repository the rebase
is creatde in, this pointer isn't ever initialized. Fix this.

* rebase: Add wrapper for `git_rebase_inmemory_index()`

Add a new wrapper for `git_rebase_inmemory_index()`, which can be used
to retrieve the index for an in-memory rebase.

Co-authored-by: Patrick Steinhardt <[email protected]>
(cherry picked from commit e7d1b2b)
@lhchavez lhchavez merged commit bdf3ed4 into release-0.27 Feb 25, 2022
@lhchavez lhchavez deleted the cherry-pick-1893253491-release-0.27 branch February 25, 2022 03:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants