Junio C Hamano [off-list ref] writes:
Originally I thought it would take too long to check out many
files and to prevent people from getting bored, I added progress
meter. But it feels a bit too noisy; let's disable it.
[...]
- /* Don't bother doing this for very small updates */
- if (total < 250)
- total = 0;
[...]
Andy Parkins [off-list ref] writes:
Don't do that. I like it.
If it's just to make it less noisy, perhaps adjusting the magic value
above would do it.
--
Matthieu