git_oid

Unique identity of any object (commit, tree, blob, tag).

extern (C) nothrow @nogc
struct git_oid {}

Members

Variables

id
ubyte[.GIT_OID_RAWSZ] id;

raw binary formatted id

Meta