about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
-rw-r--r--Completion/Unix/Command/_quilt2
2 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c7b2cb59c..1bc824b4a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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"
diff --git a/Completion/Unix/Command/_quilt b/Completion/Unix/Command/_quilt
index 8f39dadac..01f8cfb83 100644
--- a/Completion/Unix/Command/_quilt
+++ b/Completion/Unix/Command/_quilt
@@ -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 ;;