git_merge_bases_many

Find all merge bases given a list of commits

@param out_ array in which to store the resulting ids @param repo the repository where the commits exist @param length The number of commits in the provided input_array @param input_array oids of the commits @return Zero on success; git_error_code.GIT_ENOTFOUND or -1 on failure.

extern (C) nothrow @nogc
int
git_merge_bases_many

Meta