git_rebase_finish

Finishes a rebase that is currently in progress once all patches have been applied.

extern (C) nothrow @nogc
int
git_rebase_finish

Parameters

rebase libgit2_d.types.git_rebase*

The rebase that is in-progress

signature const(libgit2_d.types.git_signature)*

The identity that is finishing the rebase (optional)

Return Value

Type: int

Zero on success; -1 on error

Meta