git_indexer_new

Create a new indexer instance

@param out_ where to store the indexer instance @param path to the directory where the packfile should be stored @param mode permissions to use creating packfile or 0 for defaults @param odb object database from which to read base objects when fixing thin packs. Pass null if no thin pack is expected (an error will be returned if there are bases missing) @param opts Optional structure containing additional options. See git_indexer_options above.

extern (C) nothrow @nogc
int
git_indexer_new

Meta