From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jon Seymour Subject: Re: [RFC 0/9] bisect: allow git bisect to be used with repos containing damaged trees. Date: Tue, 26 Jul 2011 18:26:18 +1000 Message-ID: References: <1311487074-25070-1-git-send-email-jon.seymour@gmail.com> <7v1uxfwmq3.fsf@alter.siamese.dyndns.org> <4E2DBA84.3090405@kdbg.org> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: QUOTED-PRINTABLE Cc: Johannes Sixt , Junio C Hamano , git@vger.kernel.org To: Jakub Narebski X-From: git-owner@vger.kernel.org Tue Jul 26 10:26:27 2011 Return-path: Envelope-to: gcvg-git-2@lo.gmane.org Received: from vger.kernel.org ([209.132.180.67]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Qlcy9-0000V1-CW for gcvg-git-2@lo.gmane.org; Tue, 26 Jul 2011 10:26:25 +0200 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752910Ab1GZI0U convert rfc822-to-quoted-printable (ORCPT ); Tue, 26 Jul 2011 04:26:20 -0400 Received: from mail-vw0-f46.google.com ([209.85.212.46]:39690 "EHLO mail-vw0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752881Ab1GZI0S convert rfc822-to-8bit (ORCPT ); Tue, 26 Jul 2011 04:26:18 -0400 Received: by vws1 with SMTP id 1so125247vws.19 for ; Tue, 26 Jul 2011 01:26:18 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; bh=Rmtp57ishHuoQwytHF9QQP4Eb32L5dTBbjVq+RqgkqU=; b=Fd/TJyVv4Zt3p0OTd7MtNJSjQBdBc0ECUY3efSMZ5mmfTzlDtQzkOzbxAtPW+GCoYK QRMN+KYFes39km6Q34JqfohlvqeGICl/4JTir5fvI8Xk7lg6vsZQcZ65vs6jDZ3TuKhu EyqA4kDXPDZMsmFVYK7IXhRT6dGPUpaVjAMsc= Received: by 10.52.24.77 with SMTP id s13mr5306987vdf.508.1311668778145; Tue, 26 Jul 2011 01:26:18 -0700 (PDT) Received: by 10.52.183.41 with HTTP; Tue, 26 Jul 2011 01:26:18 -0700 (PDT) In-Reply-To: Sender: git-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org Archived-At: 2011/7/26 Jakub Narebski : > No, it is not true. =C2=A0Think of bisection as in original applicati= on, as > numerical methods used to find root of one dimensional function. =C2=A0= It > works if there is single root between starting endpoints, or rather i= f > endpoints have different signs. > Ah, yes, I see you are correct. Sorry! jon.