git_remote_list

Get a list of the configured remotes for a repo

The string array must be freed by the user.

@param out_ a string array which receives the names of the remotes @param repo the repository to query @return 0 or an error code

extern (C) nothrow @nogc
int
git_remote_list

Meta