1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-10-27 04:40:59 +01:00

unposted: _git: Permit multiple -c options.

This commit is contained in:
Daniel Shahaf 2016-09-14 05:27:14 +00:00
parent ca53a3a464
commit ec0c788709
2 changed files with 6 additions and 1 deletions

View file

@ -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]' \