From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22424 invoked from network); 30 Aug 2008 05:46:53 -0000 X-Spam-Checker-Version: SpamAssassin 3.2.5 (2008-06-10) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-2.6 required=5.0 tests=AWL,BAYES_00 autolearn=ham version=3.2.5 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by ns1.primenet.com.au with SMTP; 30 Aug 2008 05:46:53 -0000 Received-SPF: none (ns1.primenet.com.au: domain at sunsite.dk does not designate permitted sender hosts) Received: (qmail 1866 invoked from network); 30 Aug 2008 05:46:43 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 30 Aug 2008 05:46:42 -0000 Received: (qmail 26323 invoked by alias); 30 Aug 2008 05:46:26 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 25548 Received: (qmail 26294 invoked from network); 30 Aug 2008 05:46:21 -0000 Received: from bifrost.dotsrc.org (130.225.254.106) by sunsite.dk with SMTP; 30 Aug 2008 05:46:21 -0000 Received: from ey-out-2122.google.com (ey-out-2122.google.com [74.125.78.26]) by bifrost.dotsrc.org (Postfix) with ESMTP id 5F4CF801E2B4 for ; Sat, 30 Aug 2008 07:46:06 +0200 (CEST) Received: by ey-out-2122.google.com with SMTP id 25so394465eya.3 for ; Fri, 29 Aug 2008 22:46:06 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=WKQXME/+amuGpenppIX/+26EfwRdAtz+ya/jECFKaZo=; b=T2WqQenXhRq6eL0oo/Ua/IuU3V5o3T9gVs3JBJN/1frmj6aAOKgsAe7UL2MXQLECoN zFIm5rOeGe+yMWZP6j7eA0TEWnwKnVL21YpxXR26MHkO4RH9yV5h6z+hkhGLmT2f2VhU EtICMeznGKgqy4f9gZTUN0e3vx5ahqZ8F2Wfo= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=r/8VSjj4MOGA3VCMONfGLroDWrFaAjvZgIHp+3W5g6rpFSvkQuja3LoiIkA3Vsp5rK 7j9g10dtEVsvyoknnjZcrE+y0L+iitfj6huOxtpbX0yrdVig520D1BV15P3dwUuQ4Cpa k+xTxq7A4VweSYbQGJg+/QgNLlcGwVUhwS0kQ= Received: by 10.210.87.19 with SMTP id k19mr2699309ebb.176.1220075166582; Fri, 29 Aug 2008 22:46:06 -0700 (PDT) Received: by 10.210.73.14 with HTTP; Fri, 29 Aug 2008 22:46:06 -0700 (PDT) Message-ID: <237967ef0808292246i6dd8eb70q2c2a9050b107eb26@mail.gmail.com> Date: Sat, 30 Aug 2008 07:46:06 +0200 From: "Mikael Magnusson" To: "zsh workers" Subject: Re: PATCH: Add --abort to options for 'git am' in _git In-Reply-To: <20080828133805.GD6330@fsst.voodoo.lan> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <20080828133805.GD6330@fsst.voodoo.lan> X-Virus-Scanned: ClamAV 0.92.1/8120/Sat Aug 30 05:43:49 2008 on bifrost X-Virus-Status: Clean 2008/8/28 Frank Terbeck : > Index: Completion/Unix/Command/_git > =================================================================== > RCS file: /cvsroot/zsh/zsh/Completion/Unix/Command/_git,v > retrieving revision 1.89 > diff -u -r1.89 _git > --- Completion/Unix/Command/_git 24 Aug 2008 19:48:09 -0000 1.89 > +++ Completion/Unix/Command/_git 28 Aug 2008 13:33:14 -0000 > @@ -1354,6 +1354,7 @@ > _git-am () { > _arguments \ > '--3way[use 3-way merge if patch does not apply cleanly]' \ > + '--abort[restore the original branch and abort the patching operation.]' \ > '--binary[pass "--allow-binary-replacement" to "git-apply"]' \ > '--dotest=-[use given directory as working area instead of .dotest]:directory:_directories' \ > '--interactive[apply patches interactively]' \ A very minor nit I just noticed when I updated cvs, none of the other help texts end with a period. -- Mikael Magnusson