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 <newren@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>

Elijah Newren committed Nov 13, 2017 at 12:16 UTC 9268cf4a2ef61c334204b1237b2174a77d16f98d
1 file changed +1
sequencer.c
+1
@@ -448,6 +448,7 @@ static int do_recursive_merge(struct commit *base, struct commit *next,
448 o.branch2 = next ? next_label : "(empty tree)";
449 if (is_rebase_i(opts))
450 o.buffer_output = 2;
451 + o.show_rename_progress = 1;
452
453 head_tree = parse_tree_indirect(head);
454 next_tree = next ? next->tree : empty_tree();