git_reference_type

Get the type of a reference.

Either direct (git_reference_t.GIT_REFERENCE_DIRECT) or symbolic (git_reference_t.GIT_REFERENCE_SYMBOLIC)

extern (C) nothrow @nogc
git_reference_type

Parameters

ref_ const(libgit2_d.types.git_reference)*

The reference

Return Value

Type: libgit2_d.types.git_reference_t

the type

Meta