On Fri, Feb 22, 2008 at 08:12:58PM -0600, Brandon Casey wrote: > + if (progress) > + fprintf(stderr, "Using %d pack threads.\n", > + delta_search_threads); I just noticed that this was in next. Do we really need to display this message? A considerable amount of discussion went into reducing git's chattiness and clutter during push and fetch, and I feel like this is a step backwards (yes, I know most people won't see it if they don't build with THREADED_DELTA_SEARCH). Can we show it only if threads != 1? Only if we auto-detected the number of threads and it wasn't 1? -Peff - To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html