chiark / gitweb /
dgit: Drop "dgit view: changes are required..." message
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Mon, 20 May 2019 20:53:05 +0000 (21:53 +0100)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Fri, 28 Jun 2019 11:45:38 +0000 (12:45 +0100)
We are going to stop caring whether any changes are required, so we
will no longer have this information to report.

Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
dgit

diff --git a/dgit b/dgit
index f1b322ad68450760d395ce4a1e71e0fa9ef29635..3662282d9bf7ea33c7bb025e3b20da3528de5c50 100755 (executable)
--- a/dgit
+++ b/dgit
@@ -5376,7 +5376,6 @@ sub quiltify_tree_sentinelfiles ($) {
 
 sub quiltify_splitbrain_needed () {
     if (!$split_brain) {
-       progress __ "dgit view: changes are required...";
        runcmd @git, qw(checkout -q -b dgit-view);
        $split_brain = 1;
     }