Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
[PATCH] git: git commit --interactive support
- X-seq: zsh-workers 27798
- From: "Alexey I. Froloff" <raorn@xxxxxxxxxxxx>
- To: Zsh list <zsh-workers@xxxxxxx>
- Subject: [PATCH] git: git commit --interactive support
- Date: Tue, 16 Mar 2010 16:22:19 +0300
- Cc: "Alexey I. Froloff" <raorn@xxxxxxxxxxxx>
- List-help: <mailto:zsh-workers-help@zsh.org>
- List-id: Zsh Workers List <zsh-workers.zsh.org>
- List-post: <mailto:zsh-workers@zsh.org>
- Mailing-list: contact zsh-workers-help@xxxxxxx; run by ezmlm
Signed-off-by: Alexey I. Froloff <raorn@xxxxxxxxxxxx>
---
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
Messages sorted by:
Reverse Date,
Date,
Thread,
Author