git.submodule

Undocumented in source.

Members

Enums

GitSubModuleStatusFlags
enum GitSubModuleStatusFlags
Undocumented in source.

Functions

addSubModuleAndSetup
GitSubModule addSubModuleAndSetup(GitRepo repo, string url, string path, bool use_gitlink)
Undocumented in source. Be warned that the author may not have intended to support it.
iterateSubModules
void iterateSubModules(GitRepo repo, ContinueWalk delegate(GitSubModule dm, string name) del)
Undocumented in source. Be warned that the author may not have intended to support it.
lookupSubModule
GitSubModule lookupSubModule(GitRepo repo, string name)
Undocumented in source. Be warned that the author may not have intended to support it.
reloadSubModules
void reloadSubModules(GitRepo repo)
Undocumented in source. Be warned that the author may not have intended to support it.

Structs

GitSubModule
struct GitSubModule
Undocumented in source.

Meta