libgit2

git_repository_index

Version:

Get the Index file of a Git repository

Signature

git_index *git_repository_index(git_repository *rpeo);

Parameters

Returns

a pointer to the Index object; NULL if the index cannot be opened

Versions