Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: PATCH: Add --abort to options for 'git am' in _git
- X-seq: zsh-workers 25548
- From: "Mikael Magnusson" <mikachu@xxxxxxxxx>
- To: "zsh workers" <zsh-workers@xxxxxxxxxx>
- Subject: Re: PATCH: Add --abort to options for 'git am' in _git
- Date: Sat, 30 Aug 2008 07:46:06 +0200
- 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=
- In-reply-to: <20080828133805.GD6330@xxxxxxxxxxxxxxx>
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
- References: <20080828133805.GD6330@xxxxxxxxxxxxxxx>
2008/8/28 Frank Terbeck <ft@xxxxxxxxxxxxxxxxxxx>:
> 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
Messages sorted by:
Reverse Date,
Date,
Thread,
Author