mirror of
https://git.proxmox.com/git/libgit2
synced 2025-06-27 13:51:38 +00:00
Tabs
This commit is contained in:
parent
b8dc15f70e
commit
4a93a7fcc4
@ -35,8 +35,8 @@ static transport_definition transports[] = {
|
|||||||
{ "file://", git_transport_local, NULL },
|
{ "file://", git_transport_local, NULL },
|
||||||
#ifdef GIT_SSH
|
#ifdef GIT_SSH
|
||||||
{ "ssh://", git_transport_smart, &ssh_subtransport_definition },
|
{ "ssh://", git_transport_smart, &ssh_subtransport_definition },
|
||||||
{ "ssh+git://", git_transport_smart, &ssh_subtransport_definition },
|
{ "ssh+git://", git_transport_smart, &ssh_subtransport_definition },
|
||||||
{ "git+ssh://", git_transport_smart, &ssh_subtransport_definition },
|
{ "git+ssh://", git_transport_smart, &ssh_subtransport_definition },
|
||||||
#endif
|
#endif
|
||||||
{ NULL, 0, 0 }
|
{ NULL, 0, 0 }
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user