git_oid_fromstr

Parse a hex formatted object id into a git_oid.

@param out_ oid structure the result is written into. @param str input hex string; must be pointing at the start of the hex sequence and have at least the number of bytes needed for an oid encoded in hex (40 bytes). @return 0 or an error code

extern (C) nothrow @nogc
int
git_oid_fromstr
(,
const(char)* str
)

Meta