Thread (23 messages) flat view 23 messages, 3 authors, 2016-06-15

Re: [REROLL PATCH 3/8] Pass unknown protocols to external protocol handlers

From: Bert Wesarg <hidden>
Date: 2016-06-15 22:47:51

On Wed, Dec 9, 2009 at 00:35, Junio C Hamano [off-list ref] wrote:
Ilari Liusvaara [off-list ref] writes:
quoted
+     } else if (!is_url(url)
+             || !prefixcmp(url, "file://")
+             || !prefixcmp(url, "git://")
+             || !prefixcmp(url, "ssh://")
+             || !prefixcmp(url, "git+ssh://")
+             || !prefixcmp(url, "ssh+git://")) {
+             /* These are builtin smart transports. */
Hmm, what is !is_url(url) at the beginning for, if this lists "builtin"
smart transports?
I think/hope this should catch theses use cases:

       ?   [user@]host.xz:/path/to/repo.git/
       ?   [user@]host.xz:~user/path/to/repo.git/
       ?   [user@]host.xz:path/to/repo.git
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help