- 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.