mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-11-01 06:20:55 +01:00
Frank Terbeck: 25588: add --no-pager option to git completion.
This commit is contained in:
parent
1f81bdcb47
commit
a156e4714e
2 changed files with 6 additions and 0 deletions
|
|
@ -4305,6 +4305,7 @@ if [[ $service == git ]]; then
|
|||
'(- :)--help[display help message]' \
|
||||
'--exec-path=-[path containing core git-programs]::directory:_directories' \
|
||||
'(-p --paginate)'{-p,--paginate}'[pipe output into $PAGER]' \
|
||||
'--no-pager[do not pipe git output into a pager]' \
|
||||
'--git-dir=-[path to repository]:directory:_directories' \
|
||||
'--bare[use $PWD as repository]' \
|
||||
'*::arg:->cmd_or_options' && return
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue