English
Appearance
Find all merge bases between two commits
class Repository { getMergeBases(one: string, two: string): string[]; }
One of the commits OID.
The other commit OID.
Array in which to store the resulting OIDs.