[racket-dev] merge commits and git bisect?
Three hours ago, Robby Findler wrote:
> Do merge commits cause git bisect to stop working?
They shouldn't, AFAICT, but it might be harder to use it since you
need to be aware of the non-linear structure when you choose a point
to bisect. But IIUC, it's generally useful even on projects that
always use merge commits.
> If so, can we forbid them on the server?
I hesitate to do that since there are some cases where a merge commit
makes sense.
--
((lambda (x) (x x)) (lambda (x) (x x))) Eli Barzilay:
http://barzilay.org/ Maze is Life!