GIT_OID_DEFAULT

SHA1 is currently libgit2's default oid type.

extern (C) nothrow @nogc public
enum GIT_OID_DEFAULT = .git_oid_t.GIT_OID_SHA1;

Meta