From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ealdwulf Wuffinga Subject: Re: Generalised bisection Date: Wed, 11 Mar 2009 22:14:28 +0000 Message-ID: References: <200903100808.15875.chriscool@tuxfamily.org> <43d8ce650903110235q5e2a59f6t201d5e65a4937476@mail.gmail.com> <43d8ce650903110508o3d12f32m8202fae750d215a@mail.gmail.com> <43d8ce650903110624t47e37b19n3fc72e3243978200@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: QUOTED-PRINTABLE Cc: Johannes Schindelin , Christian Couder , Git List , Ingo Molnar To: John Tapsell X-From: git-owner@vger.kernel.org Wed Mar 11 23:21:02 2009 Return-path: Envelope-to: gcvg-git-2@gmane.org Received: from vger.kernel.org ([209.132.176.167]) by lo.gmane.org with esmtp (Exim 4.50) id 1LhWij-0000pj-LK for gcvg-git-2@gmane.org; Wed, 11 Mar 2009 23:16:14 +0100 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753655AbZCKWOc convert rfc822-to-quoted-printable (ORCPT ); Wed, 11 Mar 2009 18:14:32 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1753488AbZCKWOc (ORCPT ); Wed, 11 Mar 2009 18:14:32 -0400 Received: from mail-fx0-f176.google.com ([209.85.220.176]:51038 "EHLO mail-fx0-f176.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751759AbZCKWOb convert rfc822-to-8bit (ORCPT ); Wed, 11 Mar 2009 18:14:31 -0400 Received: by fxm24 with SMTP id 24so180719fxm.37 for ; Wed, 11 Mar 2009 15:14:29 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=iKjqgUcgbVrykbPjWYRyyFvKspr2V00kdd92To6S8lk=; b=Td/5FfOnp16yLuD9SgBjLabCWWo15hmHl7ObCalZaIEruDVIlRLWq3oOkhaBG52yh9 QxuOFaGYmukLJImvR8BrniREuFrDbfjCHqyBXFJ257b0npNQdpQyox1bvAYpHLc46XGq MS4j+V66OZptdjKHY1vCULtTbZJq4+0w4v9vI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=bK/nt/nXw47DOkzoZXMLR67Ni1HjEzZdnyw2/8fj3SKjIfAHUcHr0HYbatnj7Gkr3+ qyCFsojZy36PGGzYomqbqD8myHOPC/GBi18OUUF4b/x/n5RQtRcMpSfqgtyfYi8adle/ XUlfD26fjail8G0ceyHwoQv9mzxslJ+iItqio= Received: by 10.204.62.82 with SMTP id w18mr257621bkh.129.1236809668854; Wed, 11 Mar 2009 15:14:28 -0700 (PDT) In-Reply-To: <43d8ce650903110624t47e37b19n3fc72e3243978200@mail.gmail.com> Sender: git-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org Archived-At: [John will get this twice, sorry] On Wed, Mar 11, 2009 at 1:24 PM, John Tapsell wrot= e: > =A0 Not > quite sure how it would fit in though (I'd rather it was called from > "git bisect" rather than adding another separate git command) I guess the most obvious route would be to add an option to 'git bisect= start' to specify that it should be used instead of the usual algorithm. Ealdwulf