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, const git_rebase_options *opts);

Parameters

In
rebase

The rebase that is in-progress

In
signature

The identity that is finishing the rebase (optional)

In
opts

Options to specify how rebase is finished

Returns

int

Versions