On Tue, Aug 2, 2011 at 11:15 AM, Jon Seymour <jon.seymour@xxxxxxxxx> wrote: > On Tue, Aug 2, 2011 at 9:33 AM, Junio C Hamano <gitster@xxxxxxxxx> wrote: > > How about in the current series, I change the option parsed by > bisect--helper.c to be: > > --bisect-mode=checkout|update-ref > > The porcelain option can still be --no-checkout (or should it be > --bisect-mode too?). The porcelain will maintain a state variable > called (rather than BISECT_NO_CHECKOUT). > > BISECT_MODE > > Then, the next series can add a --bisect-head option (instead of > --update-ref) to allow the head to be varied (defaulting to > BISECT_HEAD) if not specified. To clarify: --bisect-head would default to HEAD if mode is checkout, to BISECT_HEAD if the mode is update-ref. jon. -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html