chiark / gitweb /
git-debrebase: new-upstream-v0: use update_head_postlaunder
[dgit.git] / git-debrebase
index 9a71bd30e4607039aa79b47307be4e797664356e..86958820221ec4b1212f708a7e1749572f7a8e29 100755 (executable)
@@ -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;