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:
parent
c7767889b0
commit
d9c5241fc5
2 changed files with 7 additions and 1 deletions
|
@ -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 $
|
||||
*****************************************************
|
||||
|
|
|
@ -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]'
|
||||
|
|
Loading…
Reference in a new issue