summaryrefslogtreecommitdiff
path: root/dgit
diff options
context:
space:
mode:
authorIan Jackson <ijackson@chiark.greenend.org.uk>2018-10-01 14:58:16 +0100
committerIan Jackson <ijackson@chiark.greenend.org.uk>2018-10-01 15:00:18 +0100
commit706d0b59cd6e98914189bf79dce7e681c70cb9c8 (patch)
tree600830e78466b6d1b321601899d99b4b2c2c6e32 /dgit
parentae76da9e192b4284324c28ee0b7c75c245850f50 (diff)
i18n: dgit: Split another here doc for commit messages (nfc)
This will make the translation markup auditable. Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
Diffstat (limited to 'dgit')
-rwxr-xr-xdgit4
1 files changed, 3 insertions, 1 deletions
diff --git a/dgit b/dgit
index 5aa1197..fbc4d10 100755
--- 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 {