grgit-isAncestorOf
Description
Given a base commit and a tip commit, return true if the base commit can be reached by walking back from the tip.
Options
-
(
Object) base commit. For a more complete list of objects you can pass in, see grgit-resolve (specifically thetoCommitmethod). -
(
Object) tip commit. For a more complete list of objects you can pass in, see grgit-resolve (specifically thetoCommitmethod).