X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=dgit.git;a=blobdiff_plain;f=dgit;h=e10483894bb1084ae5693cf94c1347d959216c1a;hp=f5092f5d0b90b91ade27dd508b906320acb36c43;hb=0c244082ddb4b2443ccfbc1c438ead4fda1c33ca;hpb=d48ae0d567fff38618c1fffa5c4265cbfbda8160 diff --git a/dgit b/dgit index f5092f5d..e1048389 100755 --- a/dgit +++ b/dgit @@ -6243,6 +6243,8 @@ sub clean_tree_check () { # deleted. Since we're not, and not using the working tree # anyway, we can just ignore them - nothing will use them. } elsif ($cleanmode eq 'none') { + } else { + confess "$cleanmode ?"; } }