From 3684b9038465a888c97af4a32e39ad0ad36a1c76 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sun, 22 Oct 2017 20:29:04 +0100 Subject: [PATCH] fix Mixed handling --- git-debrebase | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/git-debrebase b/git-debrebase index dd1ddb0a..f73bf0c1 100755 --- a/git-debrebase +++ b/git-debrebase @@ -515,7 +515,7 @@ sub walk ($;$$) { } elsif ($ty eq 'Mixed') { my $queue = sub { my ($q, $wh) = @_; - my $cls = { $cl, $xmsg->("split mixed commit: $wh part") }; + my $cls = { %$cl, $xmsg->("split mixed commit: $wh part") }; push @$q, $cls; }; $queue->(\@brw_cl, "debian"); -- 2.30.2