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
See Implementation
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