mirror of
https://git.proxmox.com/git/libgit2
synced 2025-05-09 15:00:04 +00:00
Tabs
This commit is contained in:
parent
1cc7f544a0
commit
813d73f64d
@ -35,8 +35,8 @@ static transport_definition transports[] = {
|
||||
{ "file://", git_transport_local, NULL },
|
||||
#ifdef GIT_SSH
|
||||
{ "ssh://", git_transport_smart, &ssh_subtransport_definition },
|
||||
{ "ssh+git://", git_transport_smart, &ssh_subtransport_definition },
|
||||
{ "git+ssh://", git_transport_smart, &ssh_subtransport_definition },
|
||||
{ "ssh+git://", git_transport_smart, &ssh_subtransport_definition },
|
||||
{ "git+ssh://", git_transport_smart, &ssh_subtransport_definition },
|
||||
#endif
|
||||
{ NULL, 0, 0 }
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user