Git.ObjectWriterImpl

Spawn a hash-object process which can hash and write git objects on the fly.

Constructors

this
this(ProcessPipes pipes)
Undocumented in source.

Destructor

~this
~this()
Undocumented in source.

Members

Functions

write
OID write(ubyte[] data)

Write a raw Git object of this writer's type, and return the OID.

write
deprecated OID write(const(void)[] data)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta