git_merge_bases

Find merge bases between two commits

@param out_ array in which to store the resulting ids @param repo the repository where the commits exist @param one one of the commits @param two the other commit @return 0 on success, git_error_code.GIT_ENOTFOUND if not found or error code

Meta