Skip to content

getMergeBasesMany

Find all merge bases given a list of commits

Signature

ts
class Repository {
  getMergeBasesMany(oids: string[]): string[];
}

Parameters

  • oidsrequired · string[]

    Oids of the commits.

Returns

  • string[]

    Array in which to store the resulting OIDs.

Released under the MIT License.