libgit2

git_indexer_write

Version:

Write the index file to disk.

The file will be stored as pack-$hash.idx in the same directory as the packfile.

Signature

int git_indexer_write(git_indexer *idx);

Parameters

In
idx

the indexer instance

Returns

int

Versions