git_odb_expand_id

The information about object IDs to query in git_odb_expand_ids, which will be populated upon return.

extern (C) nothrow @nogc
struct git_odb_expand_id {}

Members

Variables

id
libgit2_d.oid.git_oid id;

The object ID to expand

length
ushort length;

The length of the object ID (in nibbles, or packets of 4 bits; the number of hex characters)

type
libgit2_d.types.git_object_t type;

The (optional) type of the object to search for; leave as 0 or set to git_object_t.GIT_OBJECT_ANY to query for any object matching the ID.

Meta