Returns true if $commitHash was created after the $afterWhichCommitHash commit ("after" meaning
that $commitHash is more recent commit, a child of $afterWhat). Same two commits return false.
public wasCreatedAfter ( $commitHash, $afterWhichCommitHash ) : boolean | ||
$commitHash | ||
$afterWhichCommitHash | ||
return | boolean |