Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Merge branch 'jk/doc-the-this' into next
[gitweb.git]
/
unpack-trees.c
diff --git
a/unpack-trees.c
b/unpack-trees.c
index 5d5590eee591c6c4a8d92b1e22bbef57a5f41833..78590f1bfa7c895d3a269c6efe9114ddbb1b23eb 100644
(file)
--- a/
unpack-trees.c
+++ b/
unpack-trees.c
@@
-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)