git_submodule_reload

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.

@param submodule The submodule to reload @param force Force reload even if the data doesn't seem out of date @return 0 on success, <0 on error

extern (C) nothrow @nogc
int
git_submodule_reload

Meta