Tags: libgit2/git2go
Tags
rebase: Add wrapper for `git_rebase_inmemory_index()` (#900) (#904) * 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 <psteinhardt@gitlab.com> (cherry picked from commit e7d1b2b) Co-authored-by: Patrick Steinhardt <ps@pks.im>
rebase: Add wrapper for `git_rebase_inmemory_index()` (#900) (#902) * 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 <psteinhardt@gitlab.com> (cherry picked from commit e7d1b2b) Co-authored-by: Patrick Steinhardt <ps@pks.im>
rebase: Add wrapper for `git_rebase_inmemory_index()` (#900) (#905) * 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 <psteinhardt@gitlab.com> (cherry picked from commit e7d1b2b) Co-authored-by: Patrick Steinhardt <ps@pks.im>
PreviousNext