-- -- Warning: AUTOGENERATED DOCS. -- --- Class "merge". -- module("merge") --- module function. -- --

Calls git_merge_base:

-- @param repo the repository where the commits exist. Must be of type Repository. -- @param one one of the commits. Must be of type OID. -- @param two the other commit. Must be of type OID. -- @return OID or nil on error. -- @return Error string. -- @name merge.base function merge.base(repo, one, two) end