summaryrefslogtreecommitdiff
path: root/git-debrebase
diff options
context:
space:
mode:
authorIan Jackson <ijackson@chiark.greenend.org.uk>2018-01-31 15:31:28 +0000
committerIan Jackson <ijackson@chiark.greenend.org.uk>2018-06-16 12:25:49 +0100
commit5e05a8f7605034ee94826bd72688f544c965f74c (patch)
treeef3603ff046089e7d93495d70c1391fc5315a161 /git-debrebase
parent3fdad08cc0d365364b9075e02261c5941bfe3cf5 (diff)
git-debrebase: new-upstream-v0: use update_head_postlaunder
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
Diffstat (limited to 'git-debrebase')
-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;