From a156e4714e6b353ef372a9149beb069b78d9a0b6 Mon Sep 17 00:00:00 2001 From: Clint Adams Date: Mon, 1 Sep 2008 20:27:46 +0000 Subject: Frank Terbeck: 25588: add --no-pager option to git completion. --- Completion/Unix/Command/_git | 1 + 1 file changed, 1 insertion(+) (limited to 'Completion') diff --git a/Completion/Unix/Command/_git b/Completion/Unix/Command/_git index 2eec491f9..44030aed4 100644 --- a/Completion/Unix/Command/_git +++ b/Completion/Unix/Command/_git @@ -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 -- cgit 1.4.1