1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-09-18 15:21:16 +02:00

unposted: add --exclude-dir grep option

This commit is contained in:
Andrey Borzenkov 2009-12-14 16:53:34 +00:00
parent c7767889b0
commit d9c5241fc5
2 changed files with 7 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2009-12-14 Andrey Borzenkov <bor@zsh.org>
* unposted: Completion/Unix/Command/_grep:
add --exclude-dir option
2009-12-13 Peter Stephenson <p.w.stephenson@ntlworld.com>
* Alexey I. Froloff: 27470: Completion/Unix/Command/_git:
@ -12482,5 +12487,5 @@
*****************************************************
* This is used by the shell to define $ZSH_PATCHLEVEL
* $Revision: 1.4841 $
* $Revision: 1.4842 $
*****************************************************

View file

@ -55,6 +55,7 @@ arguments=( $arguments[@]
'*--include=[examine files matching specified pattern]:file pattern'
'*--exclude=[skip files matching specified pattern]:file pattern'
'*--exclude-from=[skip files matching pattern in specified file]:file:_files'
'*--exclude-dir=[skip directories matching specified pattern]:directory pattern'
'(--no-messages -s)'{--no-messages,-s}'[suppress messages about unreadable]'
'(--version -V)'{--version,-V}'[display version info]'
'(--invert-match -v)'{--invert-match,-v}'[select non-matching lines]'