chiark / gitweb /
git-debpush: Tolerate not specifying a quilt mode if not needed
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Sat, 6 Jul 2019 15:35:31 +0000 (16:35 +0100)
committerSean Whitton <spwhitton@spwhitton.name>
Sun, 7 Jul 2019 08:54:19 +0000 (09:54 +0100)
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
git-debpush

index 4725eabbe17b4e321c9ff6ef3ee0e37a29546a19..bd699179985493e5b768670f73f61b01a03a6ce3 100755 (executable)
@@ -123,7 +123,7 @@ done
 if [ $# != 0 ]; then badusage 'no positional arguments allowed'; fi
 
 case "$quilt_mode" in
-    'linear'|'auto'|'smash'|'nofix'|'gbp'|'dpm'|'unapplied'|'baredebian'|'baredebian+tarball')
+    'linear'|'auto'|'smash'|'nofix'|'gbp'|'dpm'|'unapplied'|'baredebian'|'baredebian+tarball'|'')
        ;;
     'baredebian+git')
        quilt_mode="baredebian"