git_annotated_commit_ref

Get the refname that the given git_annotated_commit refers to.

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

Parameters

commit const(libgit2_d.types.git_annotated_commit)*

the given annotated commit

Return Value

Type: const(char)*

ref name.

Meta