Git.ObjectMultiWriterImpl

Undocumented in source.

Members

Functions

write
CommitID write(Object.ParsedCommit commit)

Format and write a Git object, and return the OID.

write
TreeID write(Object.TreeEntry[] entries)
Undocumented in source. Be warned that the author may not have intended to support it.
write
OID write(Object obj)

Write a Git object, and return the OID.

write
BlobID write(immutable(ubyte)[] bytes)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

blobWriter
ObjectWriter blobWriter;
commitWriter
ObjectWriter commitWriter;

The ObjectWriter instances for each individual type.

treeWriter
ObjectWriter treeWriter;

The ObjectWriter instances for each individual type.

Meta