git_remote_owner

Get the remote's repository

extern (C) nothrow @nogc
git_remote_owner

Parameters

remote const(libgit2_d.types.git_remote)*

the remote

Return Value

Type: libgit2_d.types.git_repository*

a pointer to the repository

Meta