From 5e05a8f7605034ee94826bd72688f544c965f74c Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Wed, 31 Jan 2018 15:31:28 +0000 Subject: git-debrebase: new-upstream-v0: use update_head_postlaunder Signed-off-by: Ian Jackson --- git-debrebase | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'git-debrebase') diff --git a/git-debrebase b/git-debrebase index 9a71bd3..8695882 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; -- cgit v1.2.3