git_rebase_open

Opens an existing rebase that was previously started by either an invocation of git_rebase_init or by another client.

extern (C) nothrow @nogc
int
git_rebase_open

Parameters

out_ libgit2_d.types.git_rebase**

Pointer to store the rebase object

repo libgit2_d.types.git_repository*

The repository that has a rebase in-progress

opts const(git_rebase_options)*

Options to specify how rebase is performed

Return Value

Type: int

Zero on success; -1 on failure.

Meta