1
0
Fork 0
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:
Clint Adams 2008-09-01 20:27:46 +00:00
parent 1f81bdcb47
commit a156e4714e
2 changed files with 6 additions and 0 deletions

View file

@ -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