From: Ian Jackson Date: Sat, 6 Jul 2019 15:35:31 +0000 (+0100) Subject: git-debpush: Tolerate not specifying a quilt mode if not needed X-Git-Tag: archive/debian/9.1~56 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=a293b893d1b3fdf98e55d6c565c579f509f20ae4;p=dgit.git git-debpush: Tolerate not specifying a quilt mode if not needed Signed-off-by: Ian Jackson --- diff --git a/git-debpush b/git-debpush index 4725eabb..bd699179 100755 --- a/git-debpush +++ b/git-debpush @@ -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"