libgit2

git_submodule_url

Version:

Get the URL for the submodule.

Signature

const char *git_submodule_url(git_submodule *submodule);

Parameters

In
submodule

Pointer to submodule object

Returns

const char *

Pointer to the submodule url

Versions