It appears that as of https://github.com/apache/beam/pull/5641 we have two
root commits on the beam repo. This is breaking git bisect, as it expects
repo to only have one initial commit. (git bisect is always following the
doc tree to the root instead of going down the source tree.) I'm going to
split up my bisect to before and after this merge to find the root cause of
the bug I'm tracking down, but I wonder if anyone knows an easier way to do
this? Is there something I'm doing wrong?

Andrew

Reply via email to