git_indexer_commit

Finalize the pack and index

Resolve any pending deltas and write out the index file

extern (C) nothrow @nogc public
int
git_indexer_commit

Parameters

idx .git_indexer*

the indexer

stats .git_indexer_progress*

Stat storage.

Return Value

Type: int

0 or an error code.

Meta