determine if one commit is an ancestor of another
From: Larry D'Anna <hidden>
Date: 2016-06-15 22:47:02
Is there any builtin to do this? I'm doing it in a perl script now by parsing
git log --pretty=raw, but it's pretty slow for a big repository.
--larry