<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Wed, Apr 9, 2014 at 3:44 PM, Adam Glauser <span dir="ltr"><<a href="mailto:adamglauser@gmail.com" target="_blank">adamglauser@gmail.com</a>></span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div><div>My specific questions:</div><div>- is there a Git command that will tell me the revision closest to HEAD which has both A and B as ancestors? Kind of the opposite of `git merge-base`.</div>

<div>- I'm trying `git bisect`, but this seems more useful if I'm not already sure which revisions are the source of the bug. Would you use `git bisect` in a situation like this?</div></div></div></blockquote><div>

<br></div><div>For what it's worth, I ended up using bisect. I set A as "good", HEAD as bad. I could use `git rev-list | grep 'A|B'` to determine if a particular revision was bad or good by whether one or both revisions were included.</div>

<div><br></div><div>I'd still love to hear better solutions.</div></div></div></div>