Repository

Undocumented in source.

Members

Functions

download
void download(string tag_or_branch, void delegate(scope InputStream) del)
Undocumented in source.
getBranches
RefInfo[] getBranches()
Undocumented in source.
getDownloadUrl
string getDownloadUrl(string tag_or_branch)
Undocumented in source.
getInfo
RepositoryInfo getInfo()

Get basic repository information, throws FileNotFoundException when the repo no longer exists.

getTags
RefInfo[] getTags()
Undocumented in source.
readFile
void readFile(string commit_sha, Path path, void delegate(scope InputStream) reader)
Undocumented in source.

Meta