On Sun, Jun 07, 2009 at 06:31:38PM +0800, Tay Ray Chuan wrote: > > something like > > Fetching %s (got %d packs, %d loose): (%d/%d) > [...] > Hmm, just wondering, is this is the intended display for "-q" or "-v"? > Or should I do isatty(), like builtin-pack-objects.c does for the > "Writing objects" progress indicator? I was imagining: - without "-q", show progress if isatty(1). - with "-q", never show progress - with "-v", show the "getting pack" and "walk" output we show now; without "-v", don't show it. "-v" has no impact on the progress indicator. -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