We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 877282e commit 8b2ad59Copy full SHA for 8b2ad59
src/transport.c
@@ -91,7 +91,8 @@ static int transport_find_fn(
91
92
/* It could be a SSH remote path. Check to see if there's a : */
93
if (!definition && strrchr(url, ':')) {
94
- // re-search transports again with ssh:// as url so that we can find a third party ssh transport
+ /* re-search transports again with ssh:// as url
95
+ * so that we can find a third party ssh transport */
96
definition = transport_find_by_url("ssh://");
97
}
98
0 commit comments