X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=git-debpush;h=bd699179985493e5b768670f73f61b01a03a6ce3;hb=a293b893d1b3fdf98e55d6c565c579f509f20ae4;hp=4725eabbe17b4e321c9ff6ef3ee0e37a29546a19;hpb=f7fd85c62514b8e46b580ba301449fb172c58c83;p=dgit.git 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"