DManager.MetaRepository

The meta-repository, which contains the sub-project submodules.

Members

Functions

getRepo
Git getRepo()
Undocumented in source. Be warned that the author may not have intended to support it.
getSubmoduleCommits
string[string] getSubmoduleCommits(string head)

Get submodule commit hashes at the given commit-ish.

getSubmoduleHistory
string[string][string] getSubmoduleHistory(string[] refs)

Get the submodule state for all commits in the history.

performCheckout
void performCheckout(string hash)
Undocumented in source. Be warned that the author may not have intended to support it.

Static functions

_performClone
void _performClone(string url, string target)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

submoduleCache
string[string][string] submoduleCache;
Undocumented in source.

Inherited Members

From DManagerRepository

log
void log(string s)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta