git_index_owner

Get the repository this index relates to

extern (C) nothrow @nogc public
git_index_owner

Parameters

index const(libgit2.types.git_index)*

The index

Return Value

Type: libgit2.types.git_repository*

A pointer to the repository

Meta