mirror of
https://git.proxmox.com/git/libgit2
synced 2025-05-10 02:39:46 +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 },
|
{ "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