We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c18a2bc commit 877282eCopy full SHA for 877282e
src/transport.c
@@ -89,8 +89,7 @@ static int transport_find_fn(
89
/* For other systems, perform the SSH check first, to avoid going to the
90
* filesystem if it is not necessary */
91
92
- /* It could be a SSH remote path. Check to see if there's a :
93
- * SSH is an unsupported transport mechanism in this version of libgit2 */
+ /* It could be a SSH remote path. Check to see if there's a : */
94
if (!definition && strrchr(url, ':')) {
95
// re-search transports again with ssh:// as url so that we can find a third party ssh transport
96
definition = transport_find_by_url("ssh://");
0 commit comments