From 8489d8eb018df51ff7325432b9cfd5e23f5c22af Mon Sep 17 00:00:00 2001 From: Clint Adams Date: Thu, 29 Jan 2009 18:09:26 +0000 Subject: Ingmar Vanhassel: 26473: complete "git commit --cleanup=" and "git commit --allow-empty". --- Completion/Unix/Command/_git | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'Completion') diff --git a/Completion/Unix/Command/_git b/Completion/Unix/Command/_git index fe239a23e..5dffa0c0d 100644 --- a/Completion/Unix/Command/_git +++ b/Completion/Unix/Command/_git @@ -1637,8 +1637,13 @@ _git-clone () { (( $+functions[_git-commit] )) || _git-commit () { _arguments -S \ + '--allow-empty[allow recording an empty commit]' \ '(-a --all)'{-a,--all}'[update all 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" + strip\:"remove both whitespace and commentary lines" + default\:"act as '\''strip'\'' if the message is to be edited and as '\''whitespace'\'' otherwise"))' \ '(-e --edit)'{-e,--edit}'[edit the commit message before committing]' \ '(-o --only -i --include)'{-i,--include}'[update the given files and commit the whole index]' \ '(-o --only -i --include)'{-o,--only}'[commit only the given files]' \ -- cgit 1.4.1