chiark / gitweb /
dgit: -wn clean check is a no-op
[dgit.git] / dgit
diff --git a/dgit b/dgit
index 52ae472b14d25e256ec8f635c8eae90a82ab8a38..4587af257532c1c64036651feeb7d8c4d7fd3d85 100755 (executable)
--- a/dgit
+++ b/dgit
@@ -6242,6 +6242,7 @@ sub clean_tree_check () {
        # If we were actually cleaning these files would be summarily
        # 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') {
     }
 }