about summary refs log tree commit diff
path: root/Completion
diff options
context:
space:
mode:
authorDaniel Shahaf <d.s@daniel.shahaf.name>2016-09-14 05:27:14 +0000
committerDaniel Shahaf <d.s@daniel.shahaf.name>2016-09-14 05:27:26 +0000
commitec0c788709ae5ea345fdc9a12321a95c2603ce12 (patch)
tree7e021e5e83f2a7b0211a296741d8ea8c849f3dda /Completion
parentca53a3a464bf395cdb0641c350d43e4bfa50e631 (diff)
downloadzsh-ec0c788709ae5ea345fdc9a12321a95c2603ce12.tar.gz
zsh-ec0c788709ae5ea345fdc9a12321a95c2603ce12.tar.xz
zsh-ec0c788709ae5ea345fdc9a12321a95c2603ce12.zip
unposted: _git: Permit multiple -c options.
Diffstat (limited to 'Completion')
-rw-r--r--Completion/Unix/Command/_git2
1 files changed, 1 insertions, 1 deletions
diff --git a/Completion/Unix/Command/_git b/Completion/Unix/Command/_git
index 2178b827f..a00e1d7ac 100644
--- a/Completion/Unix/Command/_git
+++ b/Completion/Unix/Command/_git
@@ -7462,7 +7462,7 @@ _git() {
       '(- :)--version[display version information]' \
       '(- :)--help[display help message]' \
       '-C[run as if git was started in given path]: :_directories' \
-      '-c[pass configuration parameter to command]:parameter' \
+      '*-c[pass configuration parameter to command]:parameter' \
       '--exec-path=-[path containing core git-programs]:: :_directories' \
       '(: -)--man-path[print the manpath for the man pages for this version of Git and exit]' \
       '(: -)--info-path[print the path where the info files are installed and exit]' \