t5570: add tests for "git {clone,fetch,pull} -v"
commit25bb90b10300fd7ede42e250e9b7c5b9f8a4fc15
authorEric Wong <normalperson@yhbt.net>
Sun, 14 Feb 2016 09:26:29 +0000 (14 09:26 +0000)
committerJunio C Hamano <gitster@pobox.com>
Mon, 15 Feb 2016 21:19:33 +0000 (15 13:19 -0800)
tree1117b3ed97d500c0b7b7d122add721015194b475
parentf3ee9ca53bc04e9770747ea58951135d60b11a8d
t5570: add tests for "git {clone,fetch,pull} -v"

Now that git_connect is more information about connectivity
progress after: ("pass transport verbosity down to git_connect")
we should ensure it remains so for future users who need to
to diagnose networking problems.

Signed-off-by: Eric Wong <normalperson@yhbt.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t5570-git-daemon.sh