git_submodule_set_url

Set the URL for the submodule in the configuration

More...
extern (C) nothrow @nogc
int
git_submodule_set_url
(,
const(char)* name
,
const(char)* url
)

Detailed Description

After calling this, you may wish to call git_submodule_sync() to write the changes to the checked out submodule repository.

@param repo the repository to affect @param name the name of the submodule to configure @param url URL that should be used for the submodule @return 0 on success, <0 on failure

Meta