summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xgit-debrebase3
1 files changed, 2 insertions, 1 deletions
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;