git_rebase_open

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

@param out_ Pointer to store the rebase object @param repo The repository that has a rebase in-progress @param opts Options to specify how rebase is performed @return Zero on success; -1 on failure.

extern (C) nothrow @nogc
int
git_rebase_open

Meta