merge_base
Description:
public OId?
merge_base (
OId oid_one,
OId oid_two)
throws Error
Find the merge base between two commits
Parameters:
this |
a Repository.
|
oid_one |
the oid of one of the commits.
|
oid_two |
the oid of the second of the commits
|
Returns:
a new OId or null if an error occurred.
|