Module merge
Class "merge".
Functions
merge.base (repo, one, two) | module function. |
Functions
- merge.base (repo, one, two)
-
module function.
Calls git_merge_base:
Parameters
- repo: the repository where the commits exist. Must be of type Repository.
- one: one of the commits. Must be of type OID.
- two: the other commit. Must be of type OID.
Return values:
- OID or
nil
on error. - Error string.