git_rebase_orig_head_name

Gets the original HEAD ref name for merge rebases.

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

Parameters

rebase libgit2.types.git_rebase*

The in-progress rebase.

Return Value

Type: const(char)*

The original HEAD ref name

Meta