• Show log

    Commit

  • Hash : a9fc14b0
    Author : Edward Thomson
    Date : 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.