Git.ObjectReaderImpl

Spawn a cat-file process which can read git objects by demand.

struct Git
struct ObjectReaderImpl {}

Destructor

~this
~this()
Undocumented in source.

Members

Functions

read
Object read(string name)
Object read(OID oid)

Read an object by its identifier.

Meta