Find a merge base given a list of commits
the OID of a merge base considering all the commits
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 a merge base given a list of commits