Jeff King <peff@xxxxxxxx> writes: > I don't understand. Isn't that what "git push" _already_ does? Sorry, it has been a while since I looked at print_push_status() the last time. You are right; without --verbose, we show interesting ref update status, excluding the "already up to date" report. What I meant was that I'd still want to see the non-verbose part of print_push_status(), while suppressing the progress report. That would make mails coming from the cron job much more pleasant to read. If you somehow can automatically squelch progress without -q for an unattended invocation (e.g. cron jobs), then I wouldn't need to pass -q and everything will be good. But if I have to pass -q in order to squelch progress, I do not want that same -q to automatically also mean "no status output", which is what your 3/3 is about, if I am reading the patch correctly. That's all. -- 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