author | Tuncer Ayaz <tuncer.ayaz@gmail.com> | |
Wed, 25 Oct 2006 10:03:06 +0000 (12:03 +0200) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Wed, 25 Oct 2006 18:26:48 +0000 (11:26 -0700) | ||
commit | ddaf73141c03aeaab5e8cf5fadaf8b7ebad7955b | |
tree | 1cb3b6a18e9951913e2c53cfeda065b9d42ca590 | tree | snapshot |
parent | a4e3bddc760c19321b00b2a660c02af9d2e97d0d | commit | diff |
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>
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 | diff | blob | history |