chiark / gitweb /
dgit: quilt fiuxp: linearisation failure: Add a blank line
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Mon, 20 Aug 2018 00:41:59 +0000 (01:41 +0100)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Mon, 20 Aug 2018 00:41:59 +0000 (01:41 +0100)
The `stopped at' commit report can be long, if there are several, or
complicated, commits.  Add a blank line.

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

diff --git a/dgit b/dgit
index 2a3d9ac45cbb7909002bccd1750ad7d8b4b4a1c2..83d1d09fb740bafd9aca93e8f080e468ea3775f1 100755 (executable)
--- 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";