git_remote_owner

Get the remote's repository

extern (C) nothrow @nogc public
git_remote_owner

Parameters

remote const(libgit2.types.git_remote)*

the remote

Return Value

Type: libgit2.types.git_repository*

a pointer to the repository

Meta