Skip to content

Commit 877282e

Browse files
committed
Fix outdated comment
SSH transport seems to be supported now.
1 parent c18a2bc commit 877282e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/transport.c

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,8 +89,7 @@ static int transport_find_fn(
8989
/* For other systems, perform the SSH check first, to avoid going to the
9090
* filesystem if it is not necessary */
9191

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 */
92+
/* It could be a SSH remote path. Check to see if there's a : */
9493
if (!definition && strrchr(url, ':')) {
9594
// re-search transports again with ssh:// as url so that we can find a third party ssh transport
9695
definition = transport_find_by_url("ssh://");

0 commit comments

Comments
 (0)