libgit2

git_remote_supported_url

Version:

Return whether the passed URL is supported by this version of the library.

Signature

int git_remote_supported_url(const char *url);

Parameters

const char *
In
url

the url to check

Returns

int

1 if the url is supported, 0 otherwise

Versions