diff --git a/sequencer.c b/sequencer.c index 2c19846385baa1..d8a11db65ba05a 100644 --- a/sequencer.c +++ b/sequencer.c @@ -719,7 +719,7 @@ static int do_recursive_merge(struct repository *r, o.branch2 = next ? next_label : "(empty tree)"; if (is_rebase_i(opts)) o.buffer_output = 2; - o.show_rename_progress = 1; + o.show_rename_progress = isatty(2); head_tree = parse_tree_indirect(head); if (!head_tree)