git_reference_symbolic_target

Get full name to the reference pointed to by a symbolic reference.

Only available if the reference is symbolic.

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

Parameters

ref_ const(libgit2_d.types.git_reference)*

The reference

Return Value

Type: const(char)*

a pointer to the name if available, null otherwise

Meta