find the ancestors of a commit to another commit A -> B -> C -> D -> E And if the target is E and the ancestor is B, then the ancestors are [E, D, C, B]
find the ancestors of a commit to another commit A -> B -> C -> D -> E And if the target is E and the ancestor is B, then the ancestors are [E, D, C, B]