libgit2

git_reference_name

Version:

Get the full name of a reference

Signature

const char *git_reference_name(git_reference *ref);

Parameters

In
ref

The reference

Returns

const char *

the full name for the ref

Versions