libgit2

git_remote_owner

Version:

Get the remote's repository

Signature

git_repository *git_remote_owner(const git_remote *remote);

Parameters

In
remote

the remote

Returns

a pointer to the repository

Versions