git_rebase_onto_name

Gets the onto ref name for merge rebases.

extern (C) nothrow @nogc public
const(char)*
git_rebase_onto_name

Parameters

rebase libgit2.types.git_rebase*

The in-progress rebase.

Return Value

Type: const(char)*

The onto ref name

Meta