chiark / gitweb /
i18n: dgit: Split another here doc for commit messages (nfc)
[dgit.git] / dgit
diff --git a/dgit b/dgit
index 5aa1197c071d716fc4166cd9370d361b9dae523c..fbc4d100583283eb8b88eda7be9d37ac0704fd41 100755 (executable)
--- a/dgit
+++ b/dgit
@@ -6871,13 +6871,15 @@ END
            my $version = getfield $dsc, 'Version';
            my $clogp = commit_getclogp $newhash;
            my $authline = clogp_authline $clogp;
-           $newhash = make_commit_text <<END;
+           $newhash = make_commit_text <<ENDU
 tree $tree
 parent $newhash
 parent $oldhash
 author $authline
 committer $authline
 
+ENDU
+               .<<END;
 Merge $package ($version) import into $dstbranch
 END
        } else {