mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-09-17 15:01:40 +02:00
gitlab !17: Add missing options for quilt setup command
This commit is contained in:
parent
2876c25a28
commit
af0f497247
2 changed files with 7 additions and 0 deletions
|
@ -1,3 +1,8 @@
|
|||
2022-01-23 Andreas Schneider <asn@cryptomilk.org>
|
||||
|
||||
* gitlab !17: Completion/Unix/Command/_quilt: Add missing
|
||||
options for quilt setup command
|
||||
|
||||
2022-01-01 Bart Schaefer <schaefer@zsh.org>
|
||||
|
||||
* Matt Alexander: 49667: Functions/Misc/colors: include "gray"
|
||||
|
|
|
@ -261,6 +261,8 @@ case $words[1] in
|
|||
'-d[specify path prefix for resulting source tree]:prefix:_files -W / -P /' \
|
||||
'--sourcedir[specify location of package sources]:directory:_directories' \
|
||||
'--fuzz=[set the maximum fuzz factor]:factor' \
|
||||
'(--fast)--slow[use the original, slow method to process the spec file]' \
|
||||
'(--slow)--fast[use an alternative, faster method to process the spec file]' \
|
||||
':file:_files' && return
|
||||
;;
|
||||
snapshot) _arguments $help '-d[only remove current snapshot]' && return ;;
|
||||
|
|
Loading…
Reference in a new issue