git_reference_name

Get the full name of a reference.

See git_reference_symbolic_create() for rules about valid names.

extern (C) nothrow @nogc
const(char)*
git_reference_name

Parameters

ref_ const(libgit2_d.types.git_reference)*

The reference

Return Value

Type: const(char)*

the full name for the ref_

Meta