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:

  1. OID or nil on error.
  2. Error string.

Valid XHTML 1.0!