summaryrefslogtreecommitdiff
path: root/git-debpush
diff options
context:
space:
mode:
Diffstat (limited to 'git-debpush')
-rwxr-xr-xgit-debpush2
1 files changed, 1 insertions, 1 deletions
diff --git a/git-debpush b/git-debpush
index 4725eab..bd69917 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"