Hello,
I'm writing a merge hook plugin, and I need to find the common ancestor of two commits (in order to enforce a certain workflow based on this information).
I'm kind of new to Java, but I understand now that commitService is an interface and the getCommonAncestor method is not implemented there.
Thanks, Tal