From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christian Couder Subject: [PATCH] rev-list documentation: add "--bisect-all". Date: Tue, 16 Oct 2007 05:59:05 +0200 Message-ID: <20071016055905.55c1d280.chriscool@tuxfamily.org> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: QUOTED-PRINTABLE Cc: git@vger.kernel.org To: Junio Hamano , Johannes Schindelin , Frank Lichtenheld X-From: git-owner@vger.kernel.org Tue Oct 16 05:52:17 2007 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 1IhdTd-000828-80 for gcvg-git-2@gmane.org; Tue, 16 Oct 2007 05:52:17 +0200 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758500AbXJPDwF convert rfc822-to-quoted-printable (ORCPT ); Mon, 15 Oct 2007 23:52:05 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1758229AbXJPDwD (ORCPT ); Mon, 15 Oct 2007 23:52:03 -0400 Received: from smtp1-g19.free.fr ([212.27.42.27]:33237 "EHLO smtp1-g19.free.fr" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1758470AbXJPDwC convert rfc822-to-8bit (ORCPT ); Mon, 15 Oct 2007 23:52:02 -0400 Received: from smtp1-g19.free.fr (localhost.localdomain [127.0.0.1]) by smtp1-g19.free.fr (Postfix) with ESMTP id EC12C1AB2BE; Tue, 16 Oct 2007 05:52:00 +0200 (CEST) Received: from localhost.boubyland (gre92-7-82-243-130-161.fbx.proxad.net [82.243.130.161]) by smtp1-g19.free.fr (Postfix) with SMTP id 9FCA91AB2B6; Tue, 16 Oct 2007 05:52:00 +0200 (CEST) X-Mailer: Sylpheed 2.4.5 (GTK+ 2.10.13; i486-pc-linux-gnu) Sender: git-owner@vger.kernel.org Precedence: bulk X-Mailing-List: git@vger.kernel.org Archived-At: Signed-off-by: Christian Couder --- Documentation/git-rev-list.txt | 16 ++++++++++++++++ 1 files changed, 16 insertions(+), 0 deletions(-) Le lundi 15 octobre 2007, Frank Lichtenheld a =E9crit : > > --bisect-all is still missing a Documentation/ patch. Thanks for catching that.=20 Here is a patch. diff --git a/Documentation/git-rev-list.txt b/Documentation/git-rev-lis= t.txt index 7cd0e89..f6dd0c4 100644 --- a/Documentation/git-rev-list.txt +++ b/Documentation/git-rev-list.txt @@ -34,6 +34,7 @@ SYNOPSIS [ \--pretty | \--header ] [ \--bisect ] [ \--bisect-vars ] + [ \--bisect-all ] [ \--merge ] [ \--reverse ] [ \--walk-reflogs ] @@ -354,6 +355,21 @@ the expected number of commits to be tested if `bi= sect_rev` turns out to be bad to `bisect_bad`, and the number of commits we are bisecting right now to `bisect_all`. =20 +--bisect-all:: + +This outputs all the commit objects between the included and excluded +commits, ordered by their distance to the included and excluded +commits. The farthest from them is displayed first. (This is the only +one displayed by `--bisect`.) + +This is usefull because it makes it easy to choose a good commit to +test when you want to avoid to test some of them for some reason (they +may not compile for example). + +This option can be used along with `--bisect-vars`, in this case, +after all the sorted commit objects, there will be the same text as if +`--bisect-vars` has been used alone. + -- =20 Commit Ordering --=20 1.5.3.4.213.g68ad5