libgit2

git_oid

Version:

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

Signature

typedef struct git_oid { unsigned char type unsigned char[32] id };

Members

unsigned char
type

type of object id

unsigned char[32]
id

raw binary formatted id

Returned By

Parameter To

Versions