Restore default verbosity for http fetches.
authorDaniel Barkalow <barkalow@iabervon.org>
Wed, 3 Oct 2007 02:49:15 +0000 (22:49 -0400)
committerJunio C Hamano <gitster@pobox.com>
Wed, 3 Oct 2007 04:12:01 +0000 (21:12 -0700)
This adds a verbosity level below 0 for suppressing default messages
with --quiet, and makes the default for http be verbose instead of
quiet. This matches the behavior of the shell script version of git-fetch.

Signed-off-by: Daniel Barkalow <barkalow@iabervon.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
No differences found