libgit2

git_indexer_new

Version:

Create a new indexer instance

Signature

int git_indexer_new(git_indexer **out, const char *packname);

Parameters

In
out

where to store the indexer instance

const char *
In
packname

the absolute filename of the packfile to index

Returns

int

Versions