On Sat, Dec 17, 2011 at 04:37:15AM -0500, Jeff King wrote: > Providing a single "-v" to "git push" currently does > nothing. Giving two flags ("git push -v -v") turns on the > first level of verbosity. One minor clarification: it is not technically true that "git push -v" does nothing. It just does not do the interesting "show a verbose status table" operation, which is almost certainly what the user wants (and what happened before the commits I mentioned). It does print "Pushing to $url", since that happens above the transport layer. But I'm pretty sure that is not what users of "-v" are interested in. :) -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