From d4bf6fcb84644dbc941b4e774b1ad6f7a2c5c634 Mon Sep 17 00:00:00 2001 From: Frank Terbeck Date: Wed, 14 Apr 2010 22:29:25 +0000 Subject: 27798: Alexey I. Froloff: Completion/Unix/Command/_git: support for the `--interactive' option of "git commit". --- Completion/Unix/Command/_git | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Completion/Unix') diff --git a/Completion/Unix/Command/_git b/Completion/Unix/Command/_git index d7570cc6f..f30de494a 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" -- cgit 1.4.1