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 oid_type the oid type to use for objects @return 0 or an error code.

  1. int git_indexer_new(.git_indexer** out_, const(char)* path, libgit2.oid.git_oid_t oid_type, .git_indexer_options* opts)
    version(GIT_EXPERIMENTAL_SHA256)
    extern (C) nothrow @nogc public
    int
    git_indexer_new
  2. int git_indexer_new(.git_indexer** out_, const(char)* path, uint mode, libgit2.types.git_odb* odb, .git_indexer_options* opts)

Meta