git_merge_base

Find a merge base between two commits

@param out_ the OID of a merge base between 'one' and 'two' @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