git_reference_list

Fill a list with all the references that can be found in a repository.

The string array will be filled with the names of all references; these values are owned by the user and should be free'd manually when no longer needed, using git_strarray_free().

extern (C) nothrow @nogc
int
git_reference_list

Parameters

array libgit2_d.strarray.git_strarray*

Pointer to a git_strarray structure where the reference names will be stored

repo libgit2_d.types.git_repository*

Repository where to find the refs

Return Value

Type: int

0 or an error code

Meta