Commit a9fc14b0f515ec8d27ac7c854c2884b27ebd079e

Edward Thomson 2022-01-21T19:43:42

oid: avoid `tostr_s` in many places The `git_oid_tostr_s` helper is indeed helpful, unless you are using printf debugging (by inserting more `git_oid_tostr_s` calls) shortly after using it. Avoid it before invoking complex functions.