Code

git-tag(1): -v option is a subcommand; fix code block
[git.git] / unpack-trees.c
index cefc4042d515d0df2b9ba76b2f5580289c641541..675a9998dcbab528faf2cf34ab1a66f884a36300 100644 (file)
@@ -304,13 +304,8 @@ static void check_updates(struct cache_entry **src, int nr,
                                total++;
                }
 
-               /* Don't bother doing this for very small updates */
-               if (total < 250)
-                       total = 0;
-
-               if (total)
-                       start_progress(&progress, "Checking %u files out...",
-                                      "", total);
+               start_progress_delay(&progress, "Checking %u files out...",
+                                    "", total, 50, 2);
                cnt = 0;
        }