• Show log

    Commit

  • Hash : 8fe713cc
    Author : Russell Belfer
    Date : 2012-12-19T15:06:14

    Make git_oid_tostr use out buffer for NULL oid Previously a NULL oid was handled like an empty buffer and returned a status empty string. This makes git_oid_tostr() set the output buffer to the empty string instead.