git_reference_owner

Get the repository where a reference resides.

extern (C) nothrow @nogc
git_reference_owner

Parameters

ref_ const(libgit2_d.types.git_reference)*

The reference

Return Value

Type: libgit2_d.types.git_repository*

a pointer to the repo

Meta