GitIndex

Undocumented in source.

Constructors

this
this(git_index* index)
Undocumented in source.
this
this(GitRepo repo, git_index* index)
Undocumented in source.

Members

Functions

add
void add(GitIndexEntry source_entry)
Undocumented in source. Be warned that the author may not have intended to support it.
addByPath
void addByPath(string path)
Undocumented in source. Be warned that the author may not have intended to support it.
clear
void clear()
Undocumented in source. Be warned that the author may not have intended to support it.
get
GitIndexEntry get(size_t n)
Undocumented in source. Be warned that the author may not have intended to support it.
get
GitIndexEntry get(string path, int stage)
Undocumented in source. Be warned that the author may not have intended to support it.
read
void read(bool force)
Undocumented in source. Be warned that the author may not have intended to support it.
read
void read()
Undocumented in source. Be warned that the author may not have intended to support it.
readTree
void readTree(GitTree tree)
Undocumented in source. Be warned that the author may not have intended to support it.
remove
void remove(string path, int stage)
Undocumented in source. Be warned that the author may not have intended to support it.
removeByPath
void removeByPath(string path)
Undocumented in source. Be warned that the author may not have intended to support it.
removeDirectory
void removeDirectory(string dir, int stage)
Undocumented in source. Be warned that the author may not have intended to support it.
write
void write()
Undocumented in source. Be warned that the author may not have intended to support it.
writeTree
GitOid writeTree()
Undocumented in source. Be warned that the author may not have intended to support it.
writeTree
GitOid writeTree(GitRepo repo)
Undocumented in source. Be warned that the author may not have intended to support it.

Mixins

__anonymous
mixin RefCountedGitObject!(git_index, git_index_free)
Undocumented in source.

Properties

caps
GitIndexCaps caps [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
caps
GitIndexCaps caps [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
entryCount
size_t entryCount [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
owner
inout(GitRepo) owner [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
path
string path [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Meta