Am 27.04.2016 um 22:56 schrieb Junio C Hamano:
So being able to stop at only commits on the first-parent chain is a
valid and useful tool.  "git bisect --first-parent" is one of the
things that are sometimes asked for.

With origin pointing to git.git, I attempted this:

 git bisect start
 git rev-list --first-parent --boundary origin..origin/pu |
   sed -ne s/-//p | xargs git bisect good
 git bisect bad origin/pu

and it starts bisecting among the 50-something first-parent commits between origin and origin/pu.

-- Hannes

--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to