From: Ian Jackson Date: Mon, 20 Aug 2018 00:41:59 +0000 (+0100) Subject: dgit: quilt fiuxp: linearisation failure: Add a blank line X-Git-Tag: archive/debian/6.7~6 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=dgit.git;a=commitdiff_plain;h=eef842fb0e323b265071e751bcb704a1ce79e950 dgit: quilt fiuxp: linearisation failure: Add a blank line The `stopped at' commit report can be long, if there are several, or complicated, commits. Add a blank line. Signed-off-by: Ian Jackson --- diff --git a/dgit b/dgit index 2a3d9ac4..83d1d09f 100755 --- a/dgit +++ b/dgit @@ -5371,6 +5371,7 @@ sub quiltify ($$$$) { foreach my $notp (@nots) { print STDERR "$us: ", $reportnot->($notp), "\n"; } + print STDERR "\n"; print STDERR "$us: $_->[1]\n" foreach @$failsuggestion; fail "quilt history linearisation failed. Search \`quilt fixup' in dgit(7).\n";