GitObject

Undocumented in source.

Members

Functions

parseCommit
ParsedCommit parseCommit()
Undocumented in source. Be warned that the author may not have intended to support it.
parseTree
TreeEntry[] parseTree()
Undocumented in source. Be warned that the author may not have intended to support it.

Static functions

createCommit
GitObject createCommit(ParsedCommit commit)
Undocumented in source. Be warned that the author may not have intended to support it.
createTree
GitObject createTree(TreeEntry[] entries)
Undocumented in source. Be warned that the author may not have intended to support it.

Structs

ParsedCommit
struct ParsedCommit
Undocumented in source.
TreeEntry
struct TreeEntry
Undocumented in source.

Variables

data
immutable(ubyte)[] data;
Undocumented in source.
hash
Hash hash;
Undocumented in source.
type
string type;
Undocumented in source.

Meta