libgit2

git_remote_load

Version:

Get the information for a particular remote

Signature

int git_remote_load(git_remote **out, git_repository *repo, const char *name);

Parameters

In
out

pointer to the new remote object

const char *
In
name

the remote's name

Returns

int

0 or an error code

Versions