From mboxrd@z Thu Jan 1 00:00:00 1970 From: Uwe =?iso-8859-1?Q?Kleine-K=F6nig?= Subject: [PATCH] add replay and log to the usage string of git-bisect Date: Tue, 6 Feb 2007 18:28:32 +0100 Organization: Universitaet Freiburg, Institut f. Informatik Message-ID: <20070206172832.GA2520@lala> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: QUOTED-PRINTABLE To: git@vger.kernel.org X-From: git-owner@vger.kernel.org Tue Feb 06 18:28:42 2007 Return-path: Envelope-to: gcvg-git@gmane.org Received: from vger.kernel.org ([209.132.176.167]) by lo.gmane.org with esmtp (Exim 4.50) id 1HEU7U-0000lE-8E for gcvg-git@gmane.org; Tue, 06 Feb 2007 18:28:40 +0100 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932344AbXBFR2h convert rfc822-to-quoted-printable (ORCPT ); Tue, 6 Feb 2007 12:28:37 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S932922AbXBFR2h (ORCPT ); Tue, 6 Feb 2007 12:28:37 -0500 Received: from atlas.informatik.uni-freiburg.de ([132.230.150.3]:37168 "EHLO atlas.informatik.uni-freiburg.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932344AbXBFR2g (ORCPT ); Tue, 6 Feb 2007 12:28:36 -0500 Received: from login.informatik.uni-freiburg.de ([132.230.151.6]) by atlas.informatik.uni-freiburg.de with esmtps (TLSv1:DES-CBC3-SHA:168) (Exim 4.60) (envelope-from ) id 1HEU7P-0004jT-6o for git@vger.kernel.org; Tue, 06 Feb 2007 18:28:35 +0100 Received: from login.informatik.uni-freiburg.de (localhost [127.0.0.1]) by login.informatik.uni-freiburg.de (8.13.7+Sun/8.12.11) with ESMTP id l16HSXGf008116 for ; Tue, 6 Feb 2007 18:28:33 +0100 (MET) Received: (from zeisberg@localhost) by login.informatik.uni-freiburg.de (8.13.7+Sun/8.12.11/Submit) id l16HSWpX008115 for git@vger.kernel.org; Tue, 6 Feb 2007 18:28:32 +0100 (MET) Mail-Followup-To: Uwe =?iso-8859-1?Q?Kleine-K=F6nig?= , git@vger.kernel.org Content-Disposition: inline User-Agent: Mutt/1.5.13 (2006-08-11) Sender: git-owner@vger.kernel.org Precedence: bulk X-Mailing-List: git@vger.kernel.org Archived-At: Signed-off-by: Uwe Kleine-K=F6nig --- I resend the patch, because in the first try, git-format-patch and mutt got the From: header wrong. This time it should be correct!? git-bisect.sh | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/git-bisect.sh b/git-bisect.sh index e8d3418..382c291 100755 --- a/git-bisect.sh +++ b/git-bisect.sh @@ -1,6 +1,6 @@ #!/bin/sh =20 -USAGE=3D'[start|bad|good|next|reset|visualize]' +USAGE=3D'[start|bad|good|next|reset|visualize|replay|log]' LONG_USAGE=3D'git bisect start [] reset bisect state and sta= rt bisection. git bisect bad [] mark a known-bad revision. git bisect good [...] mark ... known-good revisions. --=20 1.5.0.rc2.gb4df --=20 Uwe Kleine-K=F6nig cal 9 1752 | grep 10