English
Appearance
Find all merge bases given a list of commits
class Repository { getMergeBasesMany(oids: string[]): string[]; }
Oids of the commits.
Array in which to store the resulting OIDs.