git_index_owner

Get the repository this index relates to

extern (C) nothrow @nogc
git_index_owner

Parameters

index const(libgit2_d.types.git_index)*

The index

Return Value

Type: libgit2_d.types.git_repository*

A pointer to the repository

Meta