English
Appearance
Find a merge base between two commits
class Repository { mergeBase(one: string, two: string): string; }
One of the commits OID.
The other commit OID.
The OID of a merge base between 'one' and 'two'.