From 420a44f392aaef2b6d36eb0f854b68f03b1bcc21 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Wed, 31 Jan 2018 15:31:28 +0000 Subject: [PATCH] new-upstream-v0: use update_head_postlaunder Signed-off-by: Ian Jackson --- git-debrebase | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/git-debrebase b/git-debrebase index 9a71bd30..86958820 100755 --- a/git-debrebase +++ b/git-debrebase @@ -997,7 +997,8 @@ END # the laundering output, because git-rebase can't easily be made # to make a replay list which is based on some other branch - update_head $old_head, $old_laundered_tip, 'launder for new upstream'; + update_head_postlaunder $old_head, $old_laundered_tip, + 'launder for new upstream'; my @cmd = (@git, qw(rebase --onto), $new_bw, $old_bw); runcmd @cmd; -- 2.30.2