From f3af4f8354f80fcb10e2329010eac9686dc070a8 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sun, 22 Oct 2017 20:29:04 +0100 Subject: [PATCH] git-debrebase: 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