zsh-workers
 help / color / mirror / code / Atom feed
* [PATCH] git: git commit --interactive support
@ 2010-03-16 13:22 Alexey I. Froloff
  2010-04-09 16:13 ` Alexey I. Froloff
  0 siblings, 1 reply; 2+ messages in thread
From: Alexey I. Froloff @ 2010-03-16 13:22 UTC (permalink / raw)
  To: Zsh list; +Cc: Alexey I. Froloff

Signed-off-by: Alexey I. Froloff <raorn@altlinux.org>
---
 Completion/Unix/Command/_git |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/Completion/Unix/Command/_git b/Completion/Unix/Command/_git
index d7570cc..f30de49 100644
--- a/Completion/Unix/Command/_git
+++ b/Completion/Unix/Command/_git
@@ -1699,7 +1699,8 @@ _git-clone () {
 _git-commit () {
   _arguments -S \
     '--allow-empty[allow recording an empty commit]' \
-    '(-a --all)'{-a,--all}'[update all paths in the index file]' \
+    '(-a --all --interactive)'{-a,--all}'[update all paths in the index file]' \
+    '(-a --all --interactive)--interactive[interactively update paths in the index file]' \
     '--author[override the author name used in the commit]:author name' \
     '--cleanup=-[specify how the commit message should be cleaned up]:mode:((verbatim\:"don'\''t change the commit message at all"
                                                                              whitespace\:"remove leading and trailing whitespace lines"
-- 
1.6.6.2


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH] git: git commit --interactive support
  2010-03-16 13:22 [PATCH] git: git commit --interactive support Alexey I. Froloff
@ 2010-04-09 16:13 ` Alexey I. Froloff
  0 siblings, 0 replies; 2+ messages in thread
From: Alexey I. Froloff @ 2010-04-09 16:13 UTC (permalink / raw)
  To: zsh-workers

[-- Attachment #1: Type: text/plain, Size: 314 bytes --]

On Tue, Mar 16, 2010 at 04:22:19PM +0300, Alexey I. Froloff wrote:
> Signed-off-by: Alexey I. Froloff <raorn@altlinux.org>
> ---
>  Completion/Unix/Command/_git |    3 ++-
>  1 files changed, 2 insertions(+), 1 deletions(-)
Ping?

-- 
Regards,    --
Sir Raorn.   --- http://thousandsofhate.blogspot.com/

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 198 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2010-04-09 16:13 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-03-16 13:22 [PATCH] git: git commit --interactive support Alexey I. Froloff
2010-04-09 16:13 ` Alexey I. Froloff

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).