]> git.ipfire.org Git - thirdparty/git.git/blobdiff - unpack-trees.c
progress: simplify "delayed" progress API
[thirdparty/git.git] / unpack-trees.c
index dd535bc8497e5d8202a94923fd0a68c3f46907fd..e5ae7fe183204b5306d67147a5a1cd5c454ba627 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)