libgit2-d ~master (2021-07-01T09:53:17Z)
Home
Dub
Repo
git_transport.connect
libgit2_d
sys
transport
git_transport
Connect the transport to the remote repository, using the given direction.
struct
git_transport
int
function
(.
git_transport
*
transport
,
const
(
char
)*
url
,
libgit2_d.credential.git_credential_acquire_cb
cred_acquire_cb
,
void
*
cred_acquire_payload
,
const
(
libgit2_d.proxy.git_proxy_options
)*
proxy_opts
,
int
direction
,
int
flags
)
connect
;
Meta
Source
See Implementation
libgit2_d
sys
transport
git_transport
variables
cancel
close
connect
download_pack
free
is_connected
ls
negotiate_fetch
push
read_flags
set_callbacks
set_custom_headers
version_
Connect the transport to the remote repository, using the given direction.