chiark / gitweb /
changelog: Document dgit(1) build unscrambling
[dgit.git] / git-debrebase
index fe11251a9a7d95022af614537c5a3cd09d42c182..658884d2d062fa5bb068ad2edd4d7e59bfd9bd1e 100755 (executable)
@@ -1351,6 +1351,8 @@ END
         'launder for new upstream';
 
     my @cmd = (@git, qw(rebase --onto), $new_bw, $old_bw, @ARGV);
+    local $ENV{GIT_REFLOG_ACTION} = git_reflog_action_msg
+       "debrebase new-upstream $new_version: rebase";
     runcmd @cmd;
     # now it's for the user to sort out
 }