libgit2

git_submodule_reload

Version:

Reread submodule info from config, index, and HEAD.

Call this to reread cached submodule information for this submodule if you have reason to believe that it has changed.

Signature

int git_submodule_reload(git_submodule *submodule);

Parameters

In
submodule

Returns

int

Versions