From 93466233a49a2492b37884d60c23f6e6668e5543 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Mon, 20 May 2019 21:53:05 +0100 Subject: [PATCH] dgit: Drop "dgit view: changes are required..." message 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 --- dgit | 1 - 1 file changed, 1 deletion(-) diff --git a/dgit b/dgit index f1b322ad..3662282d 100755 --- 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; } -- 2.30.2