Skip to content
This repository was archived by the owner on Nov 9, 2017. It is now read-only.

Commit 8f63da1

Browse files
committed
Merge branch 'ef/maint-1.7.6-clone-progress-fix' into ef/maint-clone-progress-fix
By Erik Faye-Lund * ef/maint-1.7.6-clone-progress-fix: clone: fix progress-regression
2 parents bf50515 + 481ed23 commit 8f63da1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

builtin/clone.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -569,7 +569,7 @@ static int checkout(void)
569569
opts.update = 1;
570570
opts.merge = 1;
571571
opts.fn = oneway_merge;
572-
opts.verbose_update = (option_verbosity > 0);
572+
opts.verbose_update = (option_verbosity >= 0);
573573
opts.src_index = &the_index;
574574
opts.dst_index = &the_index;
575575

0 commit comments

Comments
 (0)