Christian Couder <chriscool@xxxxxxxxxxxxx> writes: > When "git bisect" was first written, it was not possible to > checkout a detached HEAD. The detached feature appeared latter. > ... > This patch makes "git bisect" checkout revisions to be tested on > a detached HEAD. This simplifies the code a bit. Yay!! One potential worry/downside is "bisect visualize". Because <bisect> branch was used for bisection, the _current_ commit has always been indicated with a label. HEAD would not get any special label in gitk, would it? -- 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