mirror of
https://git.proxmox.com/git/libgit2
synced 2026-01-01 11:37:19 +00:00
Fix outdated comment
SSH transport seems to be supported now.
This commit is contained in:
parent
c18a2bc4e0
commit
877282ea6f
@ -89,8 +89,7 @@ static int transport_find_fn(
|
||||
/* For other systems, perform the SSH check first, to avoid going to the
|
||||
* filesystem if it is not necessary */
|
||||
|
||||
/* It could be a SSH remote path. Check to see if there's a :
|
||||
* 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 : */
|
||||
if (!definition && strrchr(url, ':')) {
|
||||
// re-search transports again with ssh:// as url so that we can find a third party ssh transport
|
||||
definition = transport_find_by_url("ssh://");
|
||||
|
||||
Loading…
Reference in New Issue
Block a user