git_repository_index

Get the Index file for this repository.

If a custom index has not been set, the default index for the repository will be returned (the one located in .git/index).

The index must be freed once it's no longer being used by the user.

extern (C) nothrow @nogc
int
git_repository_index

Parameters

out_ libgit2_d.types.git_index**

Pointer to store the loaded index

repo libgit2_d.types.git_repository*

A repository object

Return Value

Type: int

0, or an error code

Meta