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 25551
- From: Frank Terbeck <ft@xxxxxxxxxxxxxxxxxxx>
- To: zsh workers <zsh-workers@xxxxxxxxxx>
- Subject: Re: PATCH: Add --abort to options for 'git am' in _git
- Date: Sat, 30 Aug 2008 11:25:43 +0200
- In-reply-to: <237967ef0808292246i6dd8eb70q2c2a9050b107eb26@xxxxxxxxxxxxxx>
- Mail-followup-to: zsh workers <zsh-workers@xxxxxxxxxx>
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
- References: <20080828133805.GD6330@xxxxxxxxxxxxxxx> <237967ef0808292246i6dd8eb70q2c2a9050b107eb26@xxxxxxxxxxxxxx>
Mikael Magnusson <mikachu@xxxxxxxxx>:
[...]
> A very minor nit I just noticed when I updated cvs, none of the other help
> texts end with a period.
Yeah, damn.
I guess removing the dot in the sandbox of a person with commit access
is quicker than applying this patch, but anyway: :-)
Index: Completion/Unix/Command/_git
===================================================================
RCS file: /cvsroot/zsh/zsh/Completion/Unix/Command/_git,v
retrieving revision 1.92
diff -u -r1.92 _git
--- Completion/Unix/Command/_git 29 Aug 2008 02:39:21 -0000 1.92
+++ Completion/Unix/Command/_git 30 Aug 2008 09:20:43 -0000
@@ -1354,7 +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.]' \
+ '--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]' \
Messages sorted by:
Reverse Date,
Date,
Thread,
Author