From: Eric Wong Date: Thu, 28 Jan 2016 22:51:23 +0000 (+0000) Subject: pass transport verbosity down to git_connect X-Git-Tag: v2.8.0-rc0~62^2 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/f3ee9ca53bc04e9770747ea58951135d60b11a8d?ds=inline;hp=f3ee9ca53bc04e9770747ea58951135d60b11a8d pass transport verbosity down to git_connect While working in connect.c to perform non-blocking connections, I noticed calling "git fetch -v" was not causing the progress messages inside git_tcp_connect_sock to be emitted as I expected. Looking at history, it seems connect_setup has never been called with the verbose parameter. Since transport already has a "verbose" field, use that field instead of another parameter in connect_setup. Signed-off-by: Eric Wong Signed-off-by: Junio C Hamano ---