On Fri, Aug 21, 2015 at 7:33 AM, Andreas Schwab <sch...@linux-m68k.org> wrote: > "H.J. Lu" <hjl.to...@gmail.com> writes: > >> One very frustrating thing for me is "git bisect" doesn't always >> work. I think cherry-pick is OK, but probably not rebase nor merge. >> >> Can we enforce that "git bisect" must work on official branches? > > bisect works fine with merges. >
I keep binutils users/hjl/linux/master branch: https://sourceware.org/git/?p=binutils-gdb.git;a=shortlog;h=refs/heads/users/hjl/linux/master up to date by "git merge origin/master". I never tried "git bisect" on it since I know that commits on that branch aren't consecutive. Also "git bisect" doesn't work on gcc trunk in GCC git mirror for commits around wide-int branch merge. -- H.J.