Skip to content

Commit 9268cf4

Browse files
newrengitster
authored andcommitted
sequencer: show rename progress during cherry picks
When trying to cherry-pick a change that has lots of renames, it is somewhat unsettling to wait a really long time without any feedback. Signed-off-by: Elijah Newren <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 9f7e4bf commit 9268cf4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sequencer.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -448,6 +448,7 @@ static int do_recursive_merge(struct commit *base, struct commit *next,
448448
o.branch2 = next ? next_label : "(empty tree)";
449449
if (is_rebase_i(opts))
450450
o.buffer_output = 2;
451+
o.show_rename_progress = 1;
451452

452453
head_tree = parse_tree_indirect(head);
453454
next_tree = next ? next->tree : empty_tree();

0 commit comments

Comments
 (0)