From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jari Aalto Subject: [PATCH v2] git-rebase.sh: Update USAGE string Date: Mon, 04 Feb 2008 02:16:25 +0200 Organization: Private Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii To: git@vger.kernel.org X-From: git-owner@vger.kernel.org Mon Feb 04 01:18:01 2008 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 1JLp24-0003p6-L2 for gcvg-git-2@gmane.org; Mon, 04 Feb 2008 01:17:57 +0100 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754726AbYBDART (ORCPT ); Sun, 3 Feb 2008 19:17:19 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1754675AbYBDART (ORCPT ); Sun, 3 Feb 2008 19:17:19 -0500 Received: from main.gmane.org ([80.91.229.2]:50809 "EHLO ciao.gmane.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754498AbYBDARR (ORCPT ); Sun, 3 Feb 2008 19:17:17 -0500 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1JLp1J-000336-6Y for git@vger.kernel.org; Mon, 04 Feb 2008 00:17:09 +0000 Received: from a91-155-178-181.elisa-laajakaista.fi ([91.155.178.181]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 04 Feb 2008 00:17:09 +0000 Received: from jari.aalto by a91-155-178-181.elisa-laajakaista.fi with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 04 Feb 2008 00:17:09 +0000 X-Injected-Via-Gmane: http://gmane.org/ X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: a91-155-178-181.elisa-laajakaista.fi User-Agent: Gnus/5.110007 (No Gnus v0.7) Emacs/22.1 (windows-nt) Cancel-Lock: sha1:IW3BppltSUsEYEYP5JfHln7ovXI= Sender: git-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org Archived-At: Present the options in -s|--long (short, long) order. Mention merge and new whitespace option. Signed-off-by: Jari Aalto --- *********************************************************************** Reworked patch (No. 2) * [Jakub Narebski] > break synopsis into lines 80-column lines max. * Fix "ed-off-by" *********************************************************************** git-rebase.sh | 5 ++++- 1 files changed, 4 insertions(+), 1 deletions(-) diff --git a/git-rebase.sh b/git-rebase.sh index bdcea0e..6805742 100755 --- a/git-rebase.sh +++ b/git-rebase.sh @@ -3,7 +3,10 @@ # Copyright (c) 2005 Junio C Hamano. # -USAGE='[--interactive | -i] [-v] [--onto ] []' +USAGE='[-i|--interactive] [-v|--verbose] +[--whitespace={nowarn|warn|error|error-all|strip}] +[-m|--merge] [--onto ] []' + LONG_USAGE='git-rebase replaces with a new branch of the same name. When the --onto option is provided the new branch starts out with a HEAD equal to , otherwise it is equal to -- 1.5.4-rc5.GIT-dirty -- Welcome to FOSS revolution: we fix and modify until it shines