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:
parent
ca53a3a464
commit
ec0c788709
2 changed files with 6 additions and 1 deletions
|
|
@ -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]' \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue