Hi Jim, Jim Cromie writes: > sometimes its desirable to commit incomplete work separately, > for example a struct change thats intended to get compiler to report > where changes are needed. > > if git bisect were to recognize --skip-bisect in the subject line > (or in commit-message somewhere, say top or bottom), > then bisection could proceed silently past such commits. > > This would also allow rebasing a patchset to markup crappy commits > which need further work. This is perhaps not exactly what you want, but I thought I'd mention it anyway: I usually prefix commit messages of temporary commits with a "fixup! " or "squash! " and then use the `--autosquash` feature of `git rebase --interactive` in a new branch before running `git bisect`. -- Ram -- 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