libgit2

git_rebase_onto_id

Version:

Gets the onto id for merge rebases.

Signature

const git_oid *git_rebase_onto_id(git_rebase *rebase);

Parameters

In
rebase

Returns

The onto id

Versions