summaryrefslogtreecommitdiff
path: root/builtin
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2016-01-28 22:51:23 (GMT)
committerJunio C Hamano <gitster@pobox.com>2016-01-28 23:43:08 (GMT)
commitf3ee9ca53bc04e9770747ea58951135d60b11a8d (patch)
treefe1a12b8e6bd3d366e0e666be9e5525c6aedee42 /builtin
parent1b0b6dd0720572dcf90c264aeb91f96a017b0f25 (diff)
downloadgit-f3ee9ca53bc04e9770747ea58951135d60b11a8d.zip
git-f3ee9ca53bc04e9770747ea58951135d60b11a8d.tar.gz
git-f3ee9ca53bc04e9770747ea58951135d60b11a8d.tar.bz2
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 <normalperson@yhbt.net> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'builtin')
0 files changed, 0 insertions, 0 deletions