git-fetch.sh printed protocol fix
commitddaf73141c03aeaab5e8cf5fadaf8b7ebad7955b
authorTuncer Ayaz <tuncer.ayaz@gmail.com>
Wed, 25 Oct 2006 10:03:06 +0000 (25 12:03 +0200)
committerJunio C Hamano <junkio@cox.net>
Wed, 25 Oct 2006 18:26:48 +0000 (25 11:26 -0700)
tree1cb3b6a18e9951913e2c53cfeda065b9d42ca590
parenta4e3bddc760c19321b00b2a660c02af9d2e97d0d
git-fetch.sh printed protocol fix

We have supported https:// protocol for some time and in 1.4.3
added ftp:// protocol.  The transfer were still reported to be
over http.

[jc: Tuncer used substring parameter substitution ${remote%%:*}
 but I am deferring it to a later day.  We should replace
 colon-expr with substring substitution after everybody's shell
 can grok it someday, but we are not in a hurry. ]

Signed-off-by: Junio C Hamano <junkio@cox.net>
git-fetch.sh