GitTreeBuilder

Members

Functions

clear
void clear()
Undocumented in source. Be warned that the author may not have intended to support it.
filter
void filter(bool delegate(GitTreeEntry entry) del)
Undocumented in source. Be warned that the author may not have intended to support it.
get
GitTreeEntry get(string filename)
Undocumented in source. Be warned that the author may not have intended to support it.
insert
GitTreeEntry insert(string filename, GitOid id, GitFileModeType filemode)
Undocumented in source. Be warned that the author may not have intended to support it.
remove
void remove(string filename)
Undocumented in source. Be warned that the author may not have intended to support it.
write
GitOid write(GitRepo repo)
Undocumented in source. Be warned that the author may not have intended to support it.

Mixins

__anonymous
mixin RefCountedGitObject!(git_treebuilder, git_treebuilder_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.

Meta