git_remote_list

Get a list of the configured remotes for a repo

The string array must be freed by the user.

extern (C) nothrow @nogc
int
git_remote_list

Parameters

out_ libgit2_d.strarray.git_strarray*

a string array which receives the names of the remotes

repo libgit2_d.types.git_repository*

the repository to query

Return Value

Type: int

0 or an error code

Meta