GitTree

Constructors

this
this(GitRepo repo, git_tree* tree)
Undocumented in source.

Members

Functions

getEntryByIndex
GitTreeEntry getEntryByIndex(size_t index)
Undocumented in source. Be warned that the author may not have intended to support it.
getEntryByName
GitTreeEntry getEntryByName(string filename)
Undocumented in source. Be warned that the author may not have intended to support it.
getEntryByOid
GitTreeEntry getEntryByOid(GitOid oid)
Undocumented in source. Be warned that the author may not have intended to support it.
getEntryByPath
GitTreeEntry getEntryByPath(string path)
Undocumented in source. Be warned that the author may not have intended to support it.
walk
void walk(GitTreewalkMode mode, GitTreewalkDelegate del)
Undocumented in source. Be warned that the author may not have intended to support it.

Mixins

__anonymous
mixin RefCountedGitObject!(git_tree, git_tree_free)
Undocumented in source.

Properties

entryCount
size_t entryCount [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
id
GitOid id [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
owner
GitRepo owner [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Meta