revision.c: --all adds HEAD from all worktrees
[gitweb.git] / unpack-trees.c
index 5d5590eee591c6c4a8d92b1e22bbef57a5f41833..78590f1bfa7c895d3a269c6efe9114ddbb1b23eb 100644 (file)
@@ -343,8 +343,7 @@ static struct progress *get_progress(struct unpack_trees_options *o)
                        total++;
        }
 
-       return start_progress_delay(_("Checking out files"),
-                                   total, 50, 1);
+       return start_delayed_progress(_("Checking out files"), total);
 }
 
 static int check_updates(struct unpack_trees_options *o)