Find all merge bases given a list of commits
array in which to store the resulting ids
the repository where the commits exist
The number of commits in the provided input_array
oids of the commits
Zero on success; git_error_code.GIT_ENOTFOUND or -1 on failure.
See Implementation
Find all merge bases given a list of commits