From 11999857cb08d434dd55083270c3efa2c3315e83 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sun, 30 Jun 2019 01:34:31 +0100 Subject: [PATCH] dgit: Do not translate import commit messages Translating these was a mistake. Signed-off-by: Ian Jackson --- dgit | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/dgit b/dgit index f0a9ead7..84fcc3f2 100755 --- a/dgit +++ b/dgit @@ -2456,7 +2456,8 @@ sub import_tarball_commits ($$) { foreach my $tt (@$tartrees) { printdebug "import tartree $tt->{F} $tt->{Tree}\n"; - my $mbody = f_ "Import %s", $tt->{F}; + # untranslated so that different people's imports are identical + my $mbody = sprintf "Import %s", $tt->{F}; $tt->{Commit} = hash_commit_text($tt->{Orig} ? <{Tree} author $r1authline @@ -2694,7 +2695,10 @@ END if ($vcmp < 0) { @output = ($rawimport_mergeinput, $lastpush_mergeinput, { ReverseParents => 1, - Message => (f_ < (sprintf < 0) { -- 2.30.2