git_rebase_finish

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

@param rebase The rebase that is in-progress @param signature The identity that is finishing the rebase (optional) @return Zero on success; -1 on error

extern (C) nothrow @nogc
int
git_rebase_finish

Meta