git_rebase_onto_id

Gets the onto id for merge rebases.

extern (C) nothrow @nogc public
git_rebase_onto_id

Parameters

rebase libgit2.types.git_rebase*

The in-progress rebase.

Return Value

Type: const(libgit2.oid.git_oid)*

The onto id

Meta