summaryrefslogtreecommitdiff
path: root/git-debrebase
diff options
context:
space:
mode:
authorIan Jackson <ijackson@chiark.greenend.org.uk>2017-10-22 20:29:04 +0100
committerIan Jackson <ijackson@chiark.greenend.org.uk>2018-06-16 12:25:49 +0100
commitf3af4f8354f80fcb10e2329010eac9686dc070a8 (patch)
tree0feb8cb80fea330753c743ae824cd74aa1ee7899 /git-debrebase
parent26da7fadd1341cd8aa244153c1f96221fd9e9b3b (diff)
git-debrebase: fix Mixed handling
Diffstat (limited to 'git-debrebase')
-rwxr-xr-xgit-debrebase2
1 files changed, 1 insertions, 1 deletions
diff --git a/git-debrebase b/git-debrebase
index dd1ddb0..f73bf0c 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");