libgit2

git_transport_new

Version:

Get the appropriate transport for an URL.

Signature

int git_transport_new(git_transport **transport, const char *url);

Parameters

In
transport
const char *
In
url

the url of the repo

Returns

int

Versions