libgit2

git_rebase_finish

Version:

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

Signature

int git_rebase_finish(git_rebase *rebase, const git_signature *signature);

Parameters

In
rebase

The rebase that is in-progress

In
signature

The identity that is finishing the rebase (optional)

Returns

int

Zero on success; -1 on error

Versions