From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25778 invoked by alias); 16 Mar 2010 13:22:42 -0000 Mailing-List: contact zsh-workers-help@zsh.org; run by ezmlm Precedence: bulk X-No-Archive: yes List-Id: Zsh Workers List List-Post: List-Help: X-Seq: 27798 Received: (qmail 4645 invoked from network); 16 Mar 2010 13:22:29 -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-SPF: none (ns1.primenet.com.au: domain at altlinux.org does not designate permitted sender hosts) From: "Alexey I. Froloff" To: Zsh list Cc: "Alexey I. Froloff" Subject: [PATCH] git: git commit --interactive support Date: Tue, 16 Mar 2010 16:22:19 +0300 Message-Id: <1268745739-24609-1-git-send-email-raorn@altlinux.org> X-Mailer: git-send-email 1.6.6.2 Signed-off-by: Alexey I. Froloff --- 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