git_reference_target_peel

Return the peeled OID target of this reference.

This peeled OID only applies to direct references that point to a hard Tag object: it is the result of peeling such Tag.

extern (C) nothrow @nogc
git_reference_target_peel

Parameters

ref_ const(libgit2_d.types.git_reference)*

The reference

Return Value

Type: const(libgit2_d.oid.git_oid)*

a pointer to the oid if available, null otherwise

Meta