Hi, On Mon, 8 Oct 2007, Christian Couder wrote: > > IMHO such a logic does not belong into a shell script, but into the C > > core. > > There is a lot of the bisect logic implemented in git-bisect.sh already. > The long term plan is to rewrite it in C, Oh? Did I miss something? > but I am not sure that the "dunno" logic should be the first part of it > to be done in C. The thing is, git-bisect is porcelain-ish. And by having a lot of the functionality there, which is not really porcelain, but plumbing, you prevent other porcelains, such as git-gui or qgit, from using that function. Which is bad. Ciao, Dscho - 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