Mattias Andrée <maandree@xxxxxxxxxxxxxx> writes: > This patch allows you to an automated by section > by just like if it was a manual, i.e. stating > with `git bisect start && git bisect bad && > git bisect good <commit>` but then type: > > while ! git bisect state; do > <test command> && git bisect good || git bisect bad > done Hmph, so this is "git bisect run" turned inside out? -- 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