git_oid_strcmp

Compare an oid to an hex formatted object id.

@param id oid structure. @param str input hex string of an object id. @return -1 if str is not valid, <0 if id sorts before str, 0 if id matches str, >0 if id sorts after str.

extern (C) nothrow @nogc
int
git_oid_strcmp
(
const(.git_oid)* id
,
const(char)* str
)

Meta