Restore default verbosity for http fetches.
commit2b5a06edca8f7237aad6464b349b79772024d2a2
authorDaniel Barkalow <barkalow@iabervon.org>
Wed, 3 Oct 2007 02:49:15 +0000 (2 22:49 -0400)
committerJunio C Hamano <gitster@pobox.com>
Wed, 3 Oct 2007 04:12:01 +0000 (2 21:12 -0700)
treeb4acc4d6418dbcb610cc4f20946e3cd1621167a3
parentcd547b4886c5338a70eb8a674bfc40eac5cab3d9
Restore default verbosity for http fetches.

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>
builtin-fetch.c
transport.c
transport.h